Skip to content
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

Open
yob1997 opened this issue Oct 30, 2024 · 3 comments
Open

PHA + OGN bitvavo.trades() not returning all trades #54

yob1997 opened this issue Oct 30, 2024 · 3 comments

Comments

@yob1997
Copy link

yob1997 commented Oct 30, 2024

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..

image

Here in the simple viewer and in the phone app the trade is visible in the history.
image

Could you have a look into why this is happening, I hope it's only occuring for PHA.

Many thanks!

@yob1997
Copy link
Author

yob1997 commented Oct 30, 2024

it's also happening for OGN and DGB.

@yob1997 yob1997 changed the title PHA bitvavo.trades() not returning all trades PHA + OGN bitvavo.trades() not returning all trades Oct 30, 2024
@NilkOne
Copy link

NilkOne commented Nov 11, 2024

@yob1997 hello, I have the same problem. Did you find a solution ?

@yob1997
Copy link
Author

yob1997 commented Nov 11, 2024

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants