curl --location --request GET '/v1.0/payment/crypto/getWalletAddress?participantCode&label'{
"code": "string",
"msg": "string",
"data": {
"label": "string",
"description": "string",
"blockchain": "string",
"walletAddress": "string",
"isOwner": true,
"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"
}
}
}
}
}