As I call the fetch_balance method from kucoinfutures in ccxt, it only returns BTC, not any other assets. Shouldn’t there be other assets like USDT or ETH too? Here’s the python code: Here’s what I get from print(balance): Am I missing something? Answer It seems like fetchBalance only returns one currency at a time. To get USDT as the asset
Tag: kucoin
What does “size” parameter in Kucoin futures API refer to?
Kucoin Futures API documentation for placing a limit order ( https://docs.kucoin.com/futures/#place-an-order ) has a param called “size” with type Integer. The description is given as “Order size. Must be a positive number”. A limit order to buy “CELRUSDTM” with param size = 1 results in an order placed to buy 10 CELR. A limit order to buy “ETHUSDTM” with param