Skip to main content
Version: v2

NativeCurrency

namestringnullable

Full name of the native currency.

Example: Ether
symbolstringnullable

Ticker symbol of the native currency.

Example: ETH
decimalsintegernullable

Decimal precision of the native currency.

Example: 18
JSON
NativeCurrency
{
"name": "Ether",
"symbol": "ETH",
"decimals": 18
}