CryptoAsset
Contains the cryptocurrency code, name, supported network and additional supported information
currencyNamestring
Example:
EthereumcurrencyCodestring
Example:
ETHnetworkstring
Example:
EthereumsupportsWalletAddressTagboolean
Example:
falsenotAllowedCountriesstring[]
Example:
["BGR","FRA"]CryptoAsset
{
"currencyName": "Ethereum",
"currencyCode": "ETH",
"network": "Ethereum",
"supportsWalletAddressTag": false,
"notAllowedCountries": [
"BGR",
"FRA"
]
}