curl --location --request GET 'https://api.kucoin.com/api/v1/convert/order/detail?clientOrderId=&orderId='{
"code": "200000",
"data": {
"clientOrderId": "d0k3k4519cplvqk8um80",
"orderId": 10721315,
"price": "0.000009498",
"fromCurrency": "USDT",
"toCurrency": "BTC",
"fromCurrencySize": "5",
"toCurrencySize": "0.00004749",
"accountType": "TRADING",
"orderTime": 1748939927000,
"status": "SUCCESS"
}
}