-
Notifications
You must be signed in to change notification settings - Fork 168
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
/api/v3/myTrades returns empty list #47
Comments
@vikrambajaj22 did you add "fromId = 0" parameter to the request? |
Yep, still empty |
Any update on this? I tried using an API key/secret with spot trading enabled, but still see the same issue. |
I seem to have similar issues except everything related to cryptic or coin values are threre just isn't showing my amount owned ..v2 8.5<33> |
If that makes sense |
I can get amount owned i.e. current value, but I get an empty list for my trades, so I can't access my purchase prices (to calculate P/L) |
Is there any solution for this yet? Request
Response
|
I am trying to get a list of all my previous trades so I can compute my average buying price per symbol.
I am able to use endpoints like /account, /ticker/price etc. with the API key and secret I generated. However, /api/v3/myTrades always returns an empty list regardless of the symbol I pass to it (I have tried 'BTCUSD', 'DOGEUSD', 'USDTUSD' etc.).
Am I missing something?
P.S.: I am calling these endpoints through python-binance since I found it easier to create the client using that package.
The text was updated successfully, but these errors were encountered: