curl --location --request GET 'https://api.kucoin.com/api/ua/v1/classic/order/detail?tradeType=SPOT&symbol&orderId&clientOid'{
"code": "200000",
"data": {
"tradeType": "CROSS",
"orderId": "68d644dcf5c3ea00077a4669",
"clientOid": "test20938451234982234374054",
"status": 2,
"filledSize": "0",
"avgPrice": "0",
"fee": "0",
"tax": "0",
"symbol": "BTC-USDT",
"feeCurrency": "USDT",
"side": "BUY",
"orderType": "LIMIT",
"size": "0.0001",
"sizeUnit": "BASECCY",
"price": "11000",
"timeInForce": "GTC",
"cancelSize": "0",
"cancelAfter": 0,
"postOnly": true,
"orderTime": 1758872796572,
"updatedTime": 1758872851914
}
}