Authorization: Bearer ********************curl --location '/v2.0/payment/crypto/checkouts/history?participantCode=undefined&startTime=undefined&endTime=undefined&offset=undefined'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100348",
"startTime": null,
"endTime": null,
"transactions": [
{
"checkoutId": "20260719000000461",
"clientCheckoutId": "cw-co-1784439601",
"email": null,
"orderAmount": {
"amount": "10.00",
"currency": "USD"
},
"paymentAmount": null,
"settleAmount": null,
"payeeFeeAmount": null,
"payerFeeAmount": null,
"status": "CLOSED",
"createdAt": 1784439604000,
"updatedAt": 1784439635000
},
{
"checkoutId": "20260714000000343",
"clientCheckoutId": "flow-test-001",
"email": null,
"orderAmount": {
"amount": "5.00",
"currency": "USD"
},
"paymentAmount": {
"amount": "5.016051",
"currency": "USDT"
},
"settleAmount": {
"amount": "0.000000",
"currency": "USDT"
},
"payeeFeeAmount": null,
"payerFeeAmount": {
"amount": "0.000000",
"currency": "USDT"
},
"status": "CLOSED",
"createdAt": 1784039438000,
"updatedAt": 1784039445000
},
{
"checkoutId": "20260714000000342",
"clientCheckoutId": "test-002",
"email": null,
"orderAmount": {
"amount": "10.00",
"currency": "USD"
},
"paymentAmount": {
"amount": "10.032103",
"currency": "USDT"
},
"settleAmount": {
"amount": "0.000000",
"currency": "USDT"
},
"payeeFeeAmount": null,
"payerFeeAmount": {
"amount": "0.000000",
"currency": "USDT"
},
"status": "CLOSED",
"createdAt": 1784038245000,
"updatedAt": 1784039347000
}
],
"pagination": {
"limit": "20",
"offset": null,
"total": "3",
"hasMore": "false"
}
}
}