This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
binance exchange: 403 responses (dev branch) #194
Comments
There were several issues. The hardest to find was the one generated by this call:
The template returned had many empty dictionaries, one or all of them were causing the 403 errors. Also the req_string for the GET calls was not including all the parameters. See my PR. I tested basically all the methods, even did an bid request and cancel order. Everything works for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
can somebody please test the binance exchange api on the dev branch?
Public endpoints (ticker etc. work) but as soon as I try something related to my account I get 403 responses.
E.g. try the
wallet
method. I think the problem is related on how the request is signed.I tried my api key/secret using a different library (python-binance) and on that one it works perfectly.
I compared how request signing is done on python-binance and on bitex and they are slightly different (check in particular
params
in kwargs).I'll investigate this further but I'd like somebody else to do a quick test and confirm it's a reproducible bug and not just on my side... just to be sure. THX
To test, try:
The text was updated successfully, but these errors were encountered: