kucoin-python-sdk
kucoin-python-sdk copied to clipboard
Library should extract gw-ratelimits from request headers and let us know how much limit do we have. https://www.kucoin.com/docs/basic-info/request-rate-limit/rest-api
Hi, I love this package, thank you so much. I am running into two issues with the websocket connection. This is my code: ``` async def main(loop): async def deal_msg(msg):...
It seems like KucoinWebsocketClient can only handle single topics but not batch topics (string with comma-separated topics). According to the API documentation, batch requests are possible, for instance for tickers....
Using magic comment "# pipedream add-paackage kucoin-python" import Kucoin still returns error "ModuleNotFound: Kucoin" help
cannot trade with borrowing in a margin account. I get insufficient funds
'https://api.kucoin.com/api/v1/accounts' returns data as depicted: [{'id': '649c5..........56e6', 'currency': 'STX', 'type': 'main', 'balance': '23', 'available': '23', 'holds': '0'}]. I'm interested in retrieving the amount of the deposited but temporarily unavailable asset....
Following is my whole code: `from kucoin.client import Market` `client = Market(url='https://api.kucoin.com')` `klines = client.get_kline('BTC-USDT','1min')` `print(klines)` and it gives this error: ImportError: cannot import name 'Market' from 'kucoin.client' apparently 'kucoin.client'...
On `Margin.query_isolated_margin_account_info() ` I'm getting `Exception: 404-{"code":"404","msg":"Not Found","retry":false,"success":false}` I have not tried it on production, yet.
May I check how do I open/close short position for coin with margin account, for example btc/usdt