{
"tradeType": "SPOT",
"clientOid": "test20938451234982234374054",
"symbol": "BTC-USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.0001",
"price": "9000.0",
"timeInForce": "GTC",
"postOnly": "true"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1/unified/order/place?tradeType=SPOT' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradeType": "SPOT",
"clientOid": "test20938451234982234374054",
"symbol": "BTC-USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.0001",
"price": "9000.0",
"timeInForce": "GTC",
"postOnly": "true"
}'{
"code": "200000",
"data": {
"tradeType": "SPOT",
"orderId": "692fb45123cc870007c5f069",
"clientOid": "test20938451234982234374054"
}
}