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

KucoinAPIException 400003: KC-API-KEY not exists #81

Open Th0rgal opened 3 years ago

Th0rgal commented 3 years ago

Hello there,

My program was working fine with sandbox but when I replaced Sandbox=True by Sandbox=False and used my api key, I kept getting this error: KucoinAPIException 400003: KC-API-KEY not exists

Did I do something wrong?

Sincerely, Thomas

alikarimi999 commented 2 years ago

I have this problem too...

alikarimi999 commented 2 years ago

It's really wierd but in this line https://github.com/Kucoin/kucoin-go-sdk/blob/e73c9142a3d2247f4e98e6e92eb5d10b9e5145c5/api.go#L185 after calling request.Header.Set(k, v) all header keys with KC- change to Kc-.

KingIthra commented 2 years ago

Same issue here too, even tried to create a new API Key, still not working, any suggestions?