List networks

Retrieve all blockchain networks available to your organization. Networks vary based on your organization's environment — production organizations see mainnet networks, while development organizations see testnet networks.

Response Fields

Each network in the response includes:

FieldTypeDescription
idUUIDUnique network identifier
namestringHuman-readable network name
chainIdstringBlockchain chain ID
statusstringNetwork status (active, inactive)
typestringNetwork type (MAINNET, TESTNET)
explorerstringURL for the network's block explorer
symbolstringNative currency symbol (e.g., "ETH")
decimalsnumberDecimal places for native currency (typically 18)
nativeTokenLogoUrlstringURL to native token logo (nullable)
isCustomChainbooleanWhether this is a custom/private chain
blockscoutApiUrlstringBlockscout API URL (nullable)
organizationIdUUIDOrganization ID for custom chains
createdAtdatetimeNetwork creation timestamp (ISO 8601)
updatedAtdatetimeLast update timestamp (ISO 8601)

Use Cases

  • Build network selection dropdowns for vault creation
  • Display available chains for transaction initiation
  • Show network-specific block explorers for transaction links
  • Filter assets by network

Environment-Based Networks

EnvironmentNetworks Returned
PRODUCTIONEthereum Mainnet, Polygon etc.
DEVELOPMENTSepolia, Base Sepolia, Amoy, Cubewire Testnet etc.

Required Permission

networks:read