This method allows you to add/edit a whitelisted address.
API Key permission group : Enable Wallet Management
Designated Wallet : Not Impacted
{
"whitelistId": "string",
"addressType": 0,
"address": "string",
"label": "string",
"symbol": "string",
"network": "string",
"memo": "string",
"correspondentDetail": {
"firstName": "string",
"lastName": "string",
"fullName": "string",
"birthday": "string",
"provider": "string",
"countryInfo": "string",
"toFromType": 0,
"correspondentType": 0,
"jurisdictionVaspCode": "string",
"selfHostedWalletProvider": "string",
"othersPleaseSpecify": "string"
},
"confirmation": "string",
"timestamp": "string"
}curl --location --request POST '/open-api/v1/wallet/addWhitelist' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"whitelistId": "string",
"addressType": 0,
"address": "string",
"label": "string",
"symbol": "string",
"network": "string",
"memo": "string",
"correspondentDetail": {
"firstName": "string",
"lastName": "string",
"fullName": "string",
"birthday": "string",
"provider": "string",
"countryInfo": "string",
"toFromType": 0,
"correspondentType": 0,
"jurisdictionVaspCode": "string",
"selfHostedWalletProvider": "string",
"othersPleaseSpecify": "string"
},
"confirmation": "string",
"timestamp": "string"
}'{
"data": {
"whitelistId": "123456789",
"approveId": null
}
}