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

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

Which topic should I use to get 1 min candles of BTC in Kucoin futures API? How can I get the last price of BTC in kucoin futures API? I've...

Hi, as soon as I use "create_limit_order" with a floating-point quantity (/order size) I get the error: 400-{"code":"100000","msg":"JSON parse error: Cannot deserialize value of type `java.lang.Long` from String \"12.5\": not...

Exception: 429-{"code":"429000","msg":"Too Many Requests"}

![imagen](https://user-images.githubusercontent.com/112784813/188324861-8f15d222-bb30-4bbe-93c0-4b497272ab71.png) i try make an orden or another operation whith module Trade. help me please.

i am getting this error when running this code `client.create_market_order("XBTUSDM","buy",'1','0.001')` error `requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api-sandbox-futures.kucoin.com', port=443): Read timed out. (read timeout=5) `

![Screen Shot 2022-07-24 at 8 37 55 AM](https://user-images.githubusercontent.com/62892062/180649586-a793681f-ba01-47b2-b2c5-b68107ad80ff.png) Error breaks connection of websocket and takes a few seconds to come back. Not sure what is causing this. It also only...

# Example update for deprectaing endpoint import asyncio from kucoin_futures.client import WsToken from kucoin_futures.ws_client import KucoinFuturesWsClient async def main(): async def deal_msg(msg): if msg['topic'] == '/contractMarket/level2:XBTUSDM': print(f'Get XBTUSDM Ticker:{msg["data"]}') #...

Hi is there a way to reach the entire market orderbooks with the depth of 10? what I mean by entire market is all coins/tokens exist on the Kucoin and...

add Get account overview to get future related balances based on trading currency. for more information see the link below: https://docs.kucoin.com/futures/#get-account-overview