This method allows you to get all configuration options of the whitelisted address.
API Key permission group : Enable Enquiry
Designated Wallet : Not Impacted
curl --location --request GET '/open-api/v1/wallet/whitelist/options?timestamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"options": {
"toFromType": {
"0": "Virtual Assets Services Providers",
"1": "Self-hosted Wallet",
"2": "Others (not specified above)"
},
"addressType": {
"1": "Standard Address",
"2": "Universal Address"
},
"correspondentType": {
"0": "Entity",
"1": "Individual"
},
"listOfVASP": [
{
"name": "...",
"jurisdictionRequired": true,
}
],
"countryOfDomicileIncorporation": [
{
"countryCode": "...",
"name": "...",
"icon": "...",
"status": "...",
"areaCode": "..."
}
],
"confirmation": [
"confirmed",
"unconfirmed"
],
"jurisdictionVaspItem": [
{
"countryCode": "...",
"name": "...",
"icon": "...",
"status": "...",
"areaCode": "..."
}
]
}
}