kucoin-python-sdk
kucoin-python-sdk copied to clipboard
I really need a way to pull all the trades from my trade bots. Is there a way to do this? When I pull order history they are not included...
I am trying to figure out ORDER_MARKET_STOP (or ORDER_LIMIT_STOP), but I'm not sure if I'm supposed to use in the the create_market_order or in the create_limit_order with a stop option....
For example AVAX-C chain `kcn.api_user.apply_withdrawal(currency='AVAX', address=Address, amount=Amount, chainId='avaxc')` returns: `Exception: 200-{"code":"400100","msg":"Incorrect withdrawal address"} ` I tried with 'AVAXC', 'AVAX-C' and others without success, while address is correct for AVAX-C coin...
[ERROR] AttributeError: 'dict' object has no attribute 'encode'Traceback (most recent call last): File "/var/task/kucoin_.py", line 32, in handler lending_market = margin.get_lend_record() File "/var/task/kucoin/margin/margin.py", line 384, in get_lend_record return self._request('GET', '/api/v1/margin/lend/assets',...
is there a way to get the favorites list using the api? the list is stored remotely .it opens on phone and website. thanks
im trying to client = Trade(key=api_key, secret=api_secret, passphrase=api_passphrase, is_sandbox=True) print(client.create_market_order('BTC-USDT', 'buy', funds='100')) and creates an order id , but then in the control panel of kucoin sandbox it dident buy...
where is the documentation?
I have this error when I try to track more than 100 pairs. {'id': 'xxxx', 'type': 'error', 'code': 509, 'data': 'exceed max subscription count limitation of 100 per time'} Can't...
hello is there anyway to add balance to a sandbox account? thanks
code : ``` marketClient.get_symbol_list(market='REQ-ETH') ``` res : ``` {'code': '200000', 'data': []} ```