-
Notifications
You must be signed in to change notification settings - Fork 221
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
Missing trades in trade history /api/v4/spot/my_trades #64
Comments
@gateio can you please help here? |
Sorry for the late reply. Could you please send me your UID? |
hi @revilwang thx for your reply. |
@revilwang where can I send you the UID on a safe channel? do you have a gateio email address? |
@phips28 You can send it to [email protected] |
The data is missing from the API backend. It is restored. |
@revilwang I tested with OMI/USDT but the sell trade from 2021-09-11 is still not there:
Also tested BTC/USDT now, also not there:
|
Sorry for the trouble, you can send uid and data range you have doubt with to the email above. I’ll handle them together |
I hope you received my email. |
No, the email is not received. Are you sending it to [email protected] |
Both users' missing trades have been restored. You can check it. |
@revilwang thank you for restoring. We can confirm that we are receiving those txs. Was this a general fix for all users? or just for the 2 I sent you? |
Not for now. If you find any other data missing. You can directly email to [email protected]. |
ok but can you restore all data to be 100% sure no user is affected by this? |
I understand your concern. We'll scan through all possible missing data. But it may take a little time. Before this is done, you can report any doubt you have. Sorry for the trouble |
The Gate.io Support Jerome sent me here to create an issue, so I hope you can help me and fix the bug in your API
I am fetching the full trade history from Gate.io. But I am missing OMI/USDT and BTC/USDT trade from 2021-09-11.
I can see them in the frontend, but not via API.
This is the API request I do:
GET https://api.gateio.ws/api/v4/spot/my_trades?currency_pair=OMI_USDT&limit=1000&page=1&from=1630454400&to=1633046400
Timerange from 2021-09-01 till 2021-10-01 => so there must be the trade from 2021-09-11 in.
Response: []
The red marked txs are missing in the API:
The text was updated successfully, but these errors were encountered: