Sam McHardy
Sam McHardy
@kitt-th That's true if you are interacting with the sandbox. Otherwise you will see all trading pairs. API Keys are also specific to the sandbox or the main site.
Thanks for your help @nielskool can you check if this is now fixed in v2.1.0
Thanks @kewlfft this has been resolved
Hi @nielskool I've started implementing websockets in a separate branch. I will extend this to a local orderbook implementation for lvl2 and lvl3 market data. For now if you can...
@nielskool have added websockets to v2.1.0, yet to add in local order book though. That will be next item.
Hi @MedAmineOrg if you didn't see the message on the other issue, make sure you're setting `private=True` when creating the `KucoinSocketManager`. If you're having other issues find me on Telegram...
Thanks @nielskool and @avaucher v2.1.0 should fix this now.
@Fluuuk this function is a private function so you need to be authenticated. You will need to create an api_key, secret and passphrase to initialise the Client before calling `create_limit_order`
Hi @nielskool I am removing the typing annotations in v2.1.2 for better backward compatibility
Yes this is compatible with the V2 API Keys