curl --location --request GET 'https://api.kucoin.com/api/ua/v1/classic/order/history?tradeType=SPOT&symbol=&side=BUY&orderFilter=NORMAL&startAt=1758092129514&endAt=1758092129580&lastId=123456789&pageSize=50'{
"code": "200000",
"data": {
"lastId": 137487153727492,
"tradeType": "SPOT",
"items": [
{
"orderId": "6964d6461aa08b0007067e24",
"clientOid": "test20938451234982234374024",
"status": 3,
"filledSize": "0.001",
"avgPrice": "90488.1",
"fee": "0.0904881",
"tax": "0",
"tradeId": "20408356621008896",
"symbol": "BTC-USDT",
"feeCurrency": "USDT",
"side": "BUY",
"orderType": "MARKET",
"size": "0.001",
"sizeUnit": "BASECCY",
"price": "0",
"timeInForce": "GTC",
"cancelSize": "0",
"cancelAfter": 0,
"postOnly": false,
"orderTime": 1768216134314000000,
"updatedTime": 1768216134343000000
}
]
}
}