Providers

EVM Network Native Currency Data Model Documentation

Name

description: alphabetical official human readable name

type: string - required

requirements

  • format: more than 0 characters & less than 21

  • standard: official name to identify EVM network native currency

Symbol

description: official EVM network native currency symbol

type: string - required

requirements

  • format: more than 0 characters & less than 5 & uppercase

  • standard: official symbol to identify EVM network native currency

Unit Symbol

description: official EVM network native currency smallest unit symbol

type: string - required

requirements

  • format: more than 0 characters & less than 7

  • standard: official symbol to identify EVM network native currency smallest unit - if not defined by the EVM network project, it is defined as the native currency symbol prefixed by the order of magnitude prefix according to the decimals

Decimals

description: official EVM native currency number of decimal places

type: number - required

requirements

  • format: natural integer

  • standard: official number of decimal places associated with the EVM network

Last updated