curl --location --request GET 'https://api.kucoin.com/api/v1/convert/limit/order/detail?clientOrderId=&orderId='{
"code": "200000",
"data": {
"clientOrderId": "8dbfc2f1-f37e-4346-83be-b63ad11dc0d9",
"orderId": "683ff823e66ccd0007ed881b",
"price": "0.000009524",
"fromCurrency": "USDT",
"toCurrency": "BTC",
"fromCurrencySize": "5",
"toCurrencySize": "0.00004762",
"accountType": "BOTH",
"orderTime": 1749022755000,
"status": "CANCELLED",
"expiryTime": 1749627556000,
"cancelTime": 1749022900000,
"filledTime": null,
"cancelType": 0
}
}