Skip to main content
Retrieve a list of all blockchain networks supported by Octav, including chain metadata, icons, and explorer URLs. Results are sorted alphabetically by name.
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

No parameters required.

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


Use Cases

Populate a chain dropdown in your UI:

Error Responses

Authentication failed.
Solution: Check your API key in the Authorization header
Rate limit exceeded.
Solution: Wait for the specified time or implement retry logic

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