kucoin-python-sdk icon indicating copy to clipboard operation
kucoin-python-sdk copied to clipboard

Results 76 kucoin-python-sdk issues
Sort by recently updated
recently updated
newest added

Hi folks, The docs on https://python-kucoin.readthedocs.io/en/latest/general.html seem incomplete. For all paragraphs from "General Endpoints" on, no information is displayed at all. I suspect this shouldn't be the case. Is there...

trade.get_order_details intermittently returns 0 for dealfunds and dealsize instead of float values for market buy/sell orders. This only seems to happen when dealfunds and dealsize are less than 0. Example...

Are margin orders allowed? If so, what's the syntax? I see magin.py file but not sure how to call functions within that file.

Every 5 seconds I retrieve the ticker of HNT-USDT. It seems the times returned from the request are off and also jump back and forth. Here is the code: ```python...

## Getting this error on a market send request {'code': '200000', 'msg': 'position internal error'} ```python symbol = "1INCH/USDT" side = "buy" amount = 10 order_id = kt.market_order(symbol=symbol, side=side, amount=amount)...

I gave transfer privileges to my API, but I still can't transfer from the main account to the trading account, Do you know how I can do it? I use...

It looks like get_deposit_list only pulls actual deposits into the whole account... I would like to gather the data for Transfers to and from Main/Trading accounts. Is this possible? Thanks!

I am trying to do acc = client.get_account('XXX') where XXX is my 8 digit account UID. When i do this i get: Exception: 200-{"code":"230008","msg":"account not exist"} Should I not be...

I have everything setup but don't know how to run the program. Are there instructions on what to do once API is connected?