Authorization: Bearer ********************curl --location --request GET '/v1.0/payment/getCryptoWithdrawalHistory?participantCode&startTime&endTime&offset&limit' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"startTime": 0,
"endTime": 0,
"transactions": [
{
"cryptoWithdrawalId": "string",
"withdrawalType": 1,
"currency": "string",
"feeCurrency": "string",
"amount": 0,
"feeAmount": 0,
"beneficiaryWallet": {
"label": "string",
"description": "string",
"blockchain": "string",
"walletAddress": "string",
"walletType": 1,
"platformName": "string",
"platformUserId": "string",
"ownerInfo": {
"ownerType": 1,
"details": {
"name": "string",
"DOB": "2019-08-24",
"identityNumber": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string"
}
}
}
},
"txHash": "string",
"purposeOfPayment": 1,
"otherPurpose": "string",
"relationshipWithThirdParty": 1,
"otherRelationship": "string",
"fileProofOfTransfer": "string",
"fileIDOrPassport": "string",
"filePurposeOfRecurring": "string",
"status": 1,
"statusInfo": "string",
"updatedAt": 0,
"createdAt": 0
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}