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
string
Blockchain network ID (e.g.
"1" for Ethereum mainnet)string
Short identifier used in API requests (e.g.
"ethereum", "solana", "arbitrum")string
Human-readable chain name (e.g.
"Ethereum", "Solana")string
Native token symbol (e.g.
"ETH", "SOL")string
Hex color code for UI display (e.g.
"#627EEA")string
URL to small chain icon
string
URL to large chain icon
string
Block explorer URL template for tokens
string
Block explorer URL template for transactions
string
Block explorer URL template for addresses
string | null
Blockscout explorer URL for addresses (null if unavailable)
string | null
Blockscout explorer URL for tokens (null if unavailable)
string | null
Blockscout explorer URL for transactions (null if unavailable)
boolean
Whether portfolio tracking is supported on this chain
boolean
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