curl --location --request GET 'https://api.kucoin.com/api/v1/convert/order/history?startAt=&endAt=&page=1&pageSize=20&status'{
"code": "200000",
"data": {
"currentPage": 1,
"pageSize": 20,
"totalNum": 1,
"totalPage": 1,
"items": [
{
"clientOrderId": "d0k3k4519cplvqk8um80",
"orderId": 10721315,
"price": "0.000009498",
"fromCurrency": "USDT",
"toCurrency": "BTC",
"fromCurrencySize": "5",
"toCurrencySize": "0.00004749",
"accountType": "TRADING",
"orderTime": 1748939927000,
"status": "SUCCESS"
}
]
}
}