Skip to main content

Networks

Networks represent specific blockchain networks within a chain (e.g., Ethereum Mainnet, Sepolia Testnet). Each network has a native currency and can have additional token currencies.

Network Model

FieldTypeDescription
idstring (UUID)Unique network identifier
namestringNetwork name
network_idintegerChain-specific network identifier (e.g., 1 for Ethereum Mainnet)
chain_idstring (UUID)Parent chain ID
native_currencystringNative currency symbol (e.g., ETH)
native_currency_decimalsintegerDecimal places for the native currency
statusintegerNetwork status: 1 = Active, 2 = Passive
created_atstring (ISO 8601)Creation timestamp
updated_atstring (ISO 8601)Last update timestamp
deleted_atstring (ISO 8601) | nullSoft deletion timestamp

Endpoints

All network endpoints are nested under chains.

MethodPathDescription
GET/v1/chains/{chain_id}/networksList networks by chain
GET/v1/chains/{chain_id}/networks/{network_id}Get network by ID