Kucoin contract size

Buy XBTUSDTM Q=5% L=100 A=Futures
FAILED
InvalidOrder kucoinfutures createOrder() minimum contract order amount is 1

This failed, i want to open a trade with 5% of my account with 100x leverage

does Q have to be 1 and how can i specify how much size i want in my trade

Buy XBTUSDTM Q=5% L=100 A=Futures
FAILED
InvalidOrder kucoinfutures createOrder() minimum contract order amount is 1

In Kucoin when you trade with a percentage and leverage you have to send the percentage multiplied by the leverage. So, your order should look like this:

Buy XBTUSDTM Q=500% L=100 A=Futures

This will open a 5% of your balance leveraged by x100.

Also remember that it is always calculated from your total balance. Not the available balance…

This is only when ordering by percetage. If you order by contracts it would be the normal quantity you want and the leverage you want. I don’t know why it’s this way, but it is the way it is.

1 Like

Preciate the reply, I’ll try this when I’m back at my station.

Also, how much size is in 1 contract and is there a way to set the size of a contract ?

I’m afraid the size of the contract is different for each coin. For example a contract in Bitcoin is 0.001BTC while on Ethereum it’s 0.01ETH. You have to go check it for every coin you want to trade.

1 Like

oh i see… the Q=500% works as intended. Bless :sparkles:

2 Likes