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

Kucoin REST and Websocket API python implementation

Results 59 python-kucoin issues
Sort by recently updated
recently updated
newest added

https://github.com/sammchardy/python-kucoin/blob/d7ba653f4a0c34b5952bf6beb7e552bb0044f661/kucoin/client.py#L1413

Is there anything that would prevent replicating the `ThreadedWebsocketManager` class from the Binance library for Kucoin? I'm only interested in using the kline socket and it seems that most of...

hi, I try to run the following bit of code client = Client(api_key, api_secret, api_passphrase, is_sandbox=True) ksm_private = await KucoinSocketManager.create(loop, client, handle_evt, private=True) # Account balance - must be authenticated...

I have a test account where some assets are staked in Pool-X, while some assets are available in the Trading account. I am in need of a `get_total_balance("INR")` equivalent which...

I tried to run the code you have for the websockets while subscribing only to the '/market/level3:BTC-USDT' data, but it seems like this produces no output. Also, just checked Kucoin's...

Hello, When I perform a market order using: ``client.create_market_order`` I get a json which contains my orderId. How can I find at what price it was performed or what amount...

I searched documentation and there is no mentions on margin trades.

When creating an iceberg order, the visible_size paramter in the api is bool type. It needs to be a str(float) when passing it to the kucoin api. Actually, the code...

looks like this needs to be updated for the current KuCoin API... any chance of this?

Is this still working? Seems like it does not work anymore.