-
Notifications
You must be signed in to change notification settings - Fork 835
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
Issue 160 fixed; 'Signature for this request is not valid' error message #192
Conversation
_sign method updated to avoid 'Signature for this request is not valid' error message
Hi, |
Hi, |
It work fot the test that you ask get_myTrades(symbol, limit) i update python-binance to the lastest version v0.6.5 from BinanceAPI import BinanceAPI result : |
I still have this issue: price:0.00017451 buyp:0.00017452 sellp:0.00017678-bid:0.00017451 ask:0.00017719 spread:1.54 Do you have any suggestion ? |
Could you send your running code? We do not know which method you are calling. |
I thanks for your reply. I get when i do: i can get the same with : I try to reset my API key |
Hi, for info, Could you provide all requirements for that is necessary |
Hi,
I could not find any time to check about error.
This part(signing code) is working with myTrades endpoint.
So maybe we might also check and update the sell/order baseUrl (I only
guess but replacing baseUrl by baseURL_v3 may work)
PS: I will send a code commit when take a time to check and fix that issue
|
i also have the same problem:
this error occurred when bot tried to place buy|sell order. probably something wrong here:
original binance api
thanks |
update now works fine: #196 (comment) with the old version or BinanceAPI.py
|
As I said before, using base_url_v3 is also works, I think v3 api have more endpoints . So I sent a new commit. Please take it and try again. |
Thanks, |
/myTrades endpoint support added
_sign method updated to avoid 'Signature for this request is not valid' error message