Closed Conteduca closed 3 months 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
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
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.
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.