{
"tradeType": "SPOT",
"orderList": [
{
"tradeType": "SPOT",
"clientOid": "test2093845123498289612344054",
"symbol": "BTC-USDT",
"side": "BUY",
"positionSide": "LONG",
"orderType": "LIMIT",
"size": "0.001",
"price": "9000.0",
"timeInForce": "GTC",
"postOnly": "true"
},
{
"tradeType": "SPOT",
"clientOid": "test20938451234982234374054",
"symbol": "BTC-USDT",
"side": "BUY",
"positionSide": "LONG",
"orderType": "LIMIT",
"size": "0.001",
"price": "8000.0",
"timeInForce": "GTC",
"postOnly": "true"
}
]
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1//order/placeBatch?tradeType=SPOT' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradeType": "SPOT",
"orderList": [
{
"tradeType": "SPOT",
"clientOid": "test2093845123498289612344054",
"symbol": "BTC-USDT",
"side": "BUY",
"positionSide": "LONG",
"orderType": "LIMIT",
"size": "0.001",
"price": "9000.0",
"timeInForce": "GTC",
"postOnly": "true"
},
{
"tradeType": "SPOT",
"clientOid": "test20938451234982234374054",
"symbol": "BTC-USDT",
"side": "BUY",
"positionSide": "LONG",
"orderType": "LIMIT",
"size": "0.001",
"price": "8000.0",
"timeInForce": "GTC",
"postOnly": "true"
}
]
}'{
"code": "200000",
"data": {
"clientOrderId": "1234567navisduhfp8iuyy129",
"orderId": "68550e8a8ec87b0007ba4eac"
}
}