| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
curl --location --request GET '/v2.0/payment/fiat/withdrawal/history?participantCode&startTime&endTime&offset&limit'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"startTime": 0,
"endTime": 0,
"transactions": [
{
"fiatWithdrawalId": "string",
"requireSameNamePayout": true,
"withdrawalType": 1,
"currency": "string",
"amount": 0,
"fees": 0,
"swiftChargingCode": 1,
"estimatedAmountReceivable": 0,
"to": "string",
"paymentReference": "string",
"clientReference": "string",
"bankInfo": {
"label": "string",
"bankAccountNumber": "string"
},
"purposeOfTransaction": "string",
"proofFile": "string",
"idorPassportFile": "string",
"status": 1,
"statusInfo": "string",
"createdAt": 0,
"updatedAt": 0
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}