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
I tried to pull my historical trade history of a symbol using api/v3/myTrades, but there are 3 possible responses I can get from the code:
An empty list
Full trade history
Trade history missing the first week
I already have fromID = 0. And to replicate the problem,use api/v3/myTrades with any owned assets, do it multiple times, and check the length of the responce. In my test, it is always the 3 outcomes I listed above. Is there a solution to this problem?
The text was updated successfully, but these errors were encountered:
I tried to pull my historical trade history of a symbol using api/v3/myTrades, but there are 3 possible responses I can get from the code:
I already have fromID = 0. And to replicate the problem,use api/v3/myTrades with any owned assets, do it multiple times, and check the length of the responce. In my test, it is always the 3 outcomes I listed above. Is there a solution to this problem?
The text was updated successfully, but these errors were encountered: