{
"tradeType": "SPOT",
"symbol": "BTC-USDT",
"orderId": "68cba7cf2a220a00076c288f"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1/classic/order/cancel?tradeType=SPOT' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradeType": "SPOT",
"symbol": "BTC-USDT",
"orderId": "68cba7cf2a220a00076c288f"
}'{
"code": "200000",
"data": {
"orderId": "385577101236916224",
"tradeType": "SPOT",
"ts": 1764741957435000000,
"clientOid": "451345g234rwegrwe24"
}
}