{
"participantCode": "string",
"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"
}
}
}
}curl --location --request POST '/v1.0/payment/crypto/registerWalletAddress' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"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"
}
}
}
}'{
"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"
}
}
}
}
}