Kucoin / kucoin-python-sdk

MIT License
47 stars 17 forks source link

market api get_aggregated_orderv3 error #60

Closed Conteduca closed 3 months ago

Conteduca commented 2 years ago

When I try executing the function get_aggregated_orderv3 I receive the following error Exception: 400-{"code":"400001","msg":"Please check the header of your request for KC-API-KEY, KC-API-SIGN, KC-API-TIMESTAMP, KC-API-PASSPHRASE"}

Take into account that I am using the library and all other functions seem to work.

doradelta commented 2 years ago

same error, in theory is a public method, you can solve it just sign in like a private method, but it is really uncomfortable

funduck commented 2 years ago

May be, you make same mistake as I do: It happens to me when I use prod API keys and set is_sandbox=True in client constructor or vice versa I use sandbox API keys and set is_sandbox=False

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

Since this issue has had no updates for a long time, we will now close it. 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.