SupportedCryptoAssetsResponse
cryptoAssets object[]
Contains all of the supported crypto assets along with their corresponding networks and additional information
Array [
currencyNamestring
Example:
Ethereum
currencyCodestring
Example:
ETH
networkstring
Example:
Ethereum
supportsWalletAddressTagboolean
Example:
false
notAllowedCountriesstring[]
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"
]
}
]
}