{
"tradeType": "SPOT",
"orderList": [
{
"tradeType": "SPOT",
"clientOid": "test2093845123498289612344054",
"symbol": "BTC-USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.001",
"price": "9000.0",
"timeInForce": "GTC",
"postOnly": "true"
},
{
"tradeType": "SPOT",
"clientOid": "test20938451234982234374054",
"symbol": "BTC-USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.001",
"price": "8000.0",
"timeInForce": "GTC",
"postOnly": "true"
}
]
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1//order/place-batch?tradeType=SPOT' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradeType": "SPOT",
"orderList": [
{
"tradeType": "SPOT",
"clientOid": "test2093845123498289612344054",
"symbol": "BTC-USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.001",
"price": "9000.0",
"timeInForce": "GTC",
"postOnly": "true"
},
{
"tradeType": "SPOT",
"clientOid": "test20938451234982234374054",
"symbol": "BTC-USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.001",
"price": "8000.0",
"timeInForce": "GTC",
"postOnly": "true"
}
]
}'{
"code": "200000",
"data": {
"tradeType": "SPOT",
"items": [
{
"orderId": "6971904b29edc70007500c19",
"clientOid": "b58850d229f442ca92faa387973aee89",
"symbol": "BTC-USDT"
},
{
"orderId": "6971904b2449280007143e40",
"clientOid": "4cc94f60b6b34883a3db66ec33e17318",
"symbol": "BTC-USDT"
}
]
}
}