sammchardy / python-kucoin

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

support changes in inner-transfer endpoint #67

Closed jens-j closed 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.