{
"orderStatuses":["PAID"],
"startTime": 1759939200,
"endTime": 1760425200,
"pageNo": 1,
"pageSize": 10
}curl --location --request POST '/checkout/order/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderStatuses":["PAID"],
"startTime": 1759939200,
"endTime": 1760425200,
"pageNo": 1,
"pageSize": 10
}'{
"retcode": "200",
"retdata": {
"total": 1234,
"records": [
{
"sysid": "OR1971477978296438786",
"orderNo": "o456463453463",
"payingAmount": 124.68,
"token": "ETH_USDT",
"depositAddress": "0x1246e708e97755579e040d5f2b003fef1398cde6",
"paymentUrl": "https://pay.kilimall.com/payment",
"expiredIn": 2345,
"orderStatus": "PAYING",
"customerId": "c1234445544",
"merchantId": "m0099e34345",
"createdTime": "2025-09-26T15:32:32.975596",
"updatedTime": "2025-09-26T15:32:32.975596"
}
]
},
"retmsg": ""
}