CryptoAsset
Contains the cryptocurrency code, name, supported network and additional supported information
currencyNamestring
Example:
Ethereum
currencyCodestring
Example:
ETH
networkstring
Example:
Ethereum
supportsWalletAddressTagboolean
Example:
false
notAllowedCountriesstring[]
Example:
["BGR","FRA"]
CryptoAsset
{
"currencyName": "Ethereum",
"currencyCode": "ETH",
"network": "Ethereum",
"supportsWalletAddressTag": false,
"notAllowedCountries": [
"BGR",
"FRA"
]
}