kucoin-python-sdk
kucoin-python-sdk copied to clipboard
* Update docs to point to kucoin.com domain * Update usage of asyncio loop in readme
https://www.facebook.com/jerry.robertson.9847
When I try executing the api call /api/v1/trade-fees?symbols=BTC-USDT 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...
Running a sell order in the sandbox. The USDT that should appear never do so. What is happening there? Example: 1. Before: 49,981 USDT, 0 BTC 2. Buy BTC for...
Get Account Ledgers has been updated and the method used in this module is now deprecated and no longer works (https://docs.kucoin.com/#get-account-ledgers-deprecated) Please can the module be updated with the current...
#70 Adapt to the latest version 3.10.4 of python
Once subscribe to depth_orderbook in websockets, I can't GET any data by HTTP request, show me error:400001 "method invalid".
Trying to make an spot order in Sandbox gets mi the next error: ' requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='openapi-sandbox.kucoin.com', port=443): Read timed out' I'm runing the script from a local env with pycharm...
## Created 'GET /api/v1/orders?status={status}' endpoint so that user can fetch live order(Orders that are not executed yet) details. #### I created this endpoint because in the `get_order_list()` endpoint the feature...
Love the sdk and making some good progress as a noob Pythoner. I'm currently using modified client.create_limit_stop_order() in Trade.py to post stop limit orders in a margin account. So far...