sammchardy / python-kucoin

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

Is python-kucoin compatible with 2.0 API key system ? #80

Open SamuelDauzon opened 3 years ago

SamuelDauzon commented 3 years ago

Hi,

As you can see in this page (https://docs.kucoin.com/#introduction), Kucoin is updating his authentication system.

To reinforce the security of the API, KuCoin upgraded the API key to version 2.0, the validation logic has also been changed. It is recommended to create and update your API key to version 2.0. The API key of version 1.0 will be still valid until May 1, 2021. Check new signing method

Is python-kucoin compatible with this new system ?

Thanks

sammchardy commented 3 years ago

Yes this is compatible with the V2 API Keys