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 return…
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 …