-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHA + OGN bitvavo.trades() not returning all trades #54
Comments
it's also happening for OGN and DGB. |
@yob1997 hello, I have the same problem. Did you find a solution ? |
Helloo, no I've not found a solution yet. Also don't think we can have a solution for this in our code. I'll make a ticket with the issue directly to BitVavo as there is a mismatch between the simple and advanced order list, which is really on their end to fix. I'll also mention that it impacts the API, but most likely if they fix the mismatch in the pages the API is also fixed by that extend. (The advanced view probably leverages the same endpoints as the python API). |
Same problem here, it seems like trades from the last month or so are not registered. I see them in the simple view, but when i use the api or advanced view in the browser they are not there. I have this for BTC, ADA, WIF |
This could be due to realease of bitvavo API v2.5.0: |
There is no integration for the transaction end point. And it seems that setting end point parameters also doesn't work when using the python request library to fetch the data..
gives back
|
I did some testing too, and i found that i could get some of the 'buy transactions' that i could not find in |
I experience the same issue, some of the more recent 'buy' transactions do not show up when invoking 'trades'. I hope that this will get sorted out on the Bitvavo side. |
I had contact with the bitvavo support team, and this was their response:
|
Hi,
I have an issue with an order not showing up with the api.
In [8]: bitvavo.trades(f'PHA-EUR', {}) Out[8]: [{'id': 'f8f5641a-0414-4106-a1d1-a48d8f5d5de9', 'orderId': 'bc5a5c42-86fc-4876-ac9b-1dd99a2cad96', 'timestamp': 1632724443577, 'market': 'PHA-EUR', 'side': 'buy', 'amount': '69.09014454', 'price': '0.57751', 'taker': True, 'fee': '0.0997506267046', 'feeCurrency': 'EUR', 'settled': True}, {'id': '1baca795-ba86-4a31-870a-bd693b25443a', 'orderId': '31ecf531-dfaf-4d91-b2da-fd1ffbac376f', 'timestamp': 1631209301568, 'market': 'PHA-EUR', 'side': 'buy', 'amount': '52.83261748', 'price': '0.75522', 'taker': True, 'fee': '0.0997506267544', 'feeCurrency': 'EUR', 'settled': True}]
But I have made 3 trades on the PHA-EUR pair, but the last one is just not being returned to me.
I also just discovered that it is not available on the Advanced view which is strange..
Here in the simple viewer and in the phone app the trade is visible in the history.
Could you have a look into why this is happening, I hope it's only occuring for PHA.
Many thanks!
The text was updated successfully, but these errors were encountered: