Blockchain & Asset Objects

AssetTypeResponse

ParameterTypeDescription
idstringThe ID of the asset
namestringThe name of the asset
typestring[ ALGO_ASSET, BASE_ASSET, BEP20, ERC20, FIAT, SOL_ASSET, TRON_TRC20, XLM_ASSET ]
contractAddressstringContract address for ERC-20 smart contracts
nativeAssetstringThe name of the native asset
decimalsnumberThe number of digits after the decimal point

ValidateAddressResponse

ParameterTypeDescription
isValidbooleanReturns true if the address is valid. Returns "false" if the address is the wrong format.
isActivebooleanReturns true if the address is active. Returns false if the address doesn't have a sufficient balance or requires activation.
requiresTagbooleanReturns "true" if the address requires a destination tag.