{
"clientOid": "5c52e11203aa677f33e493fb",
"side": "buy",
"symbol": "XBTUSDTM",
"leverage": 3,
"type": "limit",
"remark": "order remarks",
"reduceOnly": false,
"marginMode": "ISOLATED",
"positionSide": "BOTH",
"price": "0.2",
"size": 1,
"timeInForce": "GTC",
"triggerStopUpPrice": "0.3",
"triggerStopDownPrice": "0.1",
"stopPriceType": "TP"
}curl --location --request POST 'https://api-futures.kucoin.com/api/v1/st-orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientOid": "5c52e11203aa677f33e493fb",
"side": "buy",
"symbol": "XBTUSDTM",
"leverage": 3,
"type": "limit",
"remark": "order remarks",
"reduceOnly": false,
"marginMode": "ISOLATED",
"positionSide": "BOTH",
"price": "0.2",
"size": 1,
"timeInForce": "GTC",
"triggerStopUpPrice": "0.3",
"triggerStopDownPrice": "0.1",
"stopPriceType": "TP"
}'{
"code": "200000",
"data": {
"orderId": "234125150956625920",
"clientOid": "5c52e11203aa677f33e493fb"
}
}