| 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": "B0100106",
"startTime": 1744588800000,
"endTime": 1745279999000,
"transactions": [
{
"cryptoWithdrawalId": "WD2026041514300003",
"withdrawalType": 2,
"currency": "ETH",
"feeCurrency": "ETH",
"amount": "945.95",
"feeAmount": "12.50",
"beneficiaryWallet": {
"label": "External Trading Wallet",
"description": "Recipient's ETH wallet for receiving withdrawals",
"blockchain": "ETH",
"walletAddress": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B",
"walletType": 2,
"platformName": "Binance",
"platformUserId": "user_binance_12345",
"ownerInfo": {
"ownerType": 1,
"details": {
"name": "Mary Hansen",
"DOB": "1983-10-03",
"identityNumber": "ID123456789",
"residentialAddress": {
"country": "US",
"state": "Arizona",
"city": "Phoenix",
"postcode": "85001",
"addressLine1": "201 East Washington Street",
"addressLine2": "Suite 500"
}
}
}
},
"txHash": "0x8a7b1c3d5e9f2a4b6c8d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c",
"purposeOfPayment": 5,
"otherPurpose": "Cryptocurrency trading",
"relationshipWithThirdParty": 1,
"otherRelationship": "Business Partner",
"fileProofOfTransfer": "550e8400-e29b-41d4-a716-446655440000",
"fileIDOrPassport": "660e8400-e29b-41d4-a716-446655440001",
"filePurposeOfRecurring": "770e8400-e29b-41d4-a716-446655440002",
"status": 2,
"statusInfo": "PROCESSING",
"updatedAt": 1776132908000,
"createdAt": 1776046508000
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}