SupportedCryptoAssetsResponse
cryptoAssets object[]
Contains all of the supported crypto assets along with their corresponding networks and additional information
Array [
currencyNamestring
Example:
EthereumcurrencyCodestring
Example:
ETHnetworkstring
Example:
EthereumsupportsWalletAddressTagboolean
Example:
falsenotAllowedCountriesstring[]
Example:
["BGR","FRA"]]
SupportedCryptoAssetsResponse
{
"cryptoAssets": [
{
"currencyCode": "ETH",
"currencyName": "Ethereum",
"network": "Ethereum",
"supportsWalletAddressTag": false,
"notAllowedCountries": [
"BGR",
"FRA"
]
},
{
"currencyCode": "BTC",
"currencyName": "Bitcoin",
"network": "Mainnet",
"supportsWalletAddressTag": false,
"notAllowedCountries": [
"BGR",
"FRA"
]
}
]
}