Cost: Free (0 credits)
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi
Tip: Use this endpoint to discover valid
chainKey values for other endpoints like Protocols. The chain list is cached for 24 hours — newly added chains may take up to 24h to appear.Endpoint
Response
Returns an array of supported chain objects.Chain Fields
Blockchain network ID (e.g.
"1" for Ethereum mainnet)Short identifier used in API requests (e.g.
"ethereum", "solana", "arbitrum")Human-readable chain name (e.g.
"Ethereum", "Solana")Native token symbol (e.g.
"ETH", "SOL")Hex color code for UI display (e.g.
"#627EEA")URL to small chain icon
URL to large chain icon
Block explorer URL template for tokens
Block explorer URL template for transactions
Block explorer URL template for addresses
Blockscout explorer URL for addresses (null if unavailable)
Blockscout explorer URL for tokens (null if unavailable)
Blockscout explorer URL for transactions (null if unavailable)
Whether portfolio tracking is supported on this chain
Whether transaction history is supported on this chain
Example Request
Example Response
View Full Response
View Full Response
Use Cases
- Build Chain Selector
- Discover Chain Keys
- Explorer Links
Populate a chain dropdown in your UI:
Error Responses
429 Too Many Requests
429 Too Many Requests
Rate limit exceeded.Solution: Wait for the specified time or implement retry logic
Related Endpoints
Protocols
List DeFi protocols available on a chain
Portfolio
Get portfolio holdings across chains
Supported Chains Reference
Full chain support matrix
Transactions
Query transaction history by chain