Kucoin / kucoin-python-sdk

MIT License
47 stars 17 forks source link

get_atomic_order in kucoin.client.Market is not working #17

Closed 5erpens closed 3 months ago

5erpens commented 3 years ago

The issue is self-explanatory. When you run get_atomic_order for any symbol, you get 404-{"code":"404","msg":"not exist"}. https://github.com/Kucoin/kucoin-python-sdk/blob/9c4190c86fb749b945c0e7c4995b6b03b2c53359/kucoin/market/market.py#L178 image

ISAAC-XXYYZZ commented 3 months ago

Due to many changes in the SDK, please refer to our latest documentation. https://www.kucoin.com/docs/beginners/introduction Please try updating to the latest version of the SDK and modify your code to try again. If you encounter any issues, feel free to provide feedback.