sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
297 stars 133 forks source link

APIError(code=401): signature verification failed because of / in the memo #55

Open frouxcois opened 2 years ago

frouxcois commented 2 years ago

Hello, I have an issue when broadcasting my transactions with the following error : "APIError(code=401): signature verification failed" After investigation, I've found that the "/" in my memo is responsible of it (the broadcast works when I delete the slash) Do you know how what should I do to broadcast this transaction with the "/" in the memo ?