sammchardy / python-kucoin

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

Accommodate changes to the inner-transfer endpoint #68

Open jens-j opened 4 years ago

jens-j commented 4 years ago

The inner-transfer endpoint has been changed with new arguments. Additionally the endpoint moved to /api/v2/accounts/inner-transfer while all other endpoints are still at v1. This breaks the system used until now to prepend all endpoints with the current version. Therefore I removed that and included the version into each endpoint string.