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

cancel_withdrawal() giving a 'Method Not Allowed' error #5

Closed kefirsutherman closed 5 years ago

kefirsutherman commented 6 years ago

Have you been able to use the cancel_withdrawal() method successfully? When I run it it gives a me this error:

kucoin.exceptions.KucoinAPIException: KucoinAPIException : Method Not Allowed

Also which tx id should be passed as an argument? I'm currently trying to cancel a pending withdrawal and when I view it with get_withdrawals() there is a outerWalletTxid property and an oid property. Is outerWalletTxid the argument to pass to cancel_withdrawal()?

adnbsr commented 6 years ago

It is not related to this library. There should be something on KuCoin. I have same issue with DRGN

jayarjo commented 5 years ago

@kefirsutherman were you able to figure it out? Specifically the purpose of outerWalletTxid and oid fields and what to pass into cancel_withdrawal()?

sammchardy commented 5 years ago

Closing because of new API version