sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
352 stars 148 forks source link

Signature verification fail for "cancel order" #9

Closed ntankovic closed 6 years ago

ntankovic commented 6 years ago

Method cancel_order returns "Signature verification" error from Kucoin. The solution is to move symbol parameter from URI query to request body together with orderOid and type.

sammchardy commented 6 years ago

Hi @ntankovic can you upgrade to the latest version v0.1.8 and try again.

sammchardy commented 6 years ago

Going to close this, reopen if it's a problem again.

ntankovic commented 6 years ago

Thank you, it's OK now!