Skip to main content

Network Currencies

Network currencies represent tokens and currencies available on a specific network. These are non-native currencies (e.g., ERC-20 tokens on Ethereum). The network's native currency (e.g., ETH) is defined on the Network itself.

Network Currency Model

FieldTypeDescription
idstring (UUID)Unique currency identifier
network_idstring (UUID)Parent network ID
namestringCurrency name (e.g., "USD Coin")
symbolstringCurrency symbol (e.g., "USDC")
decimalsintegerDecimal places for the currency
addressstring | nullToken contract address (null for native currencies)
logo_urlstring | nullURL to the currency logo
created_atstring (ISO 8601)Creation timestamp
updated_atstring (ISO 8601)Last update timestamp
deleted_atstring (ISO 8601) | nullSoft deletion timestamp

Endpoints

All currency endpoints are nested under chains and networks.

MethodPathDescription
GET/v1/chains/{chain_id}/networks/{network_id}/currenciesList currencies by network
GET/v1/chains/{chain_id}/networks/{network_id}/currencies/{currency_id}Get currency by ID