| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
amountType (integer) — 1=Debit, 2=ReceivefeeBearer (integer) — 1=Customer, 2=PartnerdebitAmount (string) — gross debit amountreceivedAmount (string) — net amount received by payeeAuthorization: Bearer ********************curl --location '/v2.0/payment/getCryptoWithdrawalHistory?participantCode=undefined&startTime=undefined&endTime=undefined&offset=undefined&limit=undefined'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100348",
"startTime": null,
"endTime": null,
"transactions": [
{
"cryptoWithdrawalId": "WD2026071423100001",
"withdrawalType": 1,
"participantCode": "B0100348",
"txHash": null,
"currency": "USDT",
"feeCurrency": null,
"amount": "50.000000",
"feeAmount": "3.000000",
"debitAmount": "50.000000",
"receivedAmount": "47.000000",
"amountType": 1,
"feeBearer": 1,
"status": 2,
"statusInfo": null,
"beneficiaryWallet": null,
"purposeOfPayment": 8,
"otherPurpose": null,
"relationshipWithThirdParty": 7,
"otherRelationship": null,
"fileProofOfTransfer": null,
"fileIDOrPassport": null,
"filePurposeOfRecurring": null,
"kytInfo": null,
"createdAt": 1784041833000,
"updatedAt": 1784041848000,
"clientReference": null
}
],
"pagination": {
"limit": 10,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}