You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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).
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: