Skip to main content
Octav supports over 65 blockchain networks with varying levels of integration. Each chain has different capabilities for portfolio tracking and transaction indexing.
Growing Network - We regularly add support for new chains. Check this page for the latest updates.

Support Levels

Portfolio Support means the chain is integrated with our portfolio tracking system.
  • Real-time balance tracking
  • Token holdings across protocols
  • DeFi position tracking
  • Net worth calculations
  • Multi-chain aggregation
Available on: /v1/portfolio, /v1/wallet, /v1/airdrop
Transaction Support means the chain provides full transaction history indexing.
  • Complete transaction history
  • Transaction categorization
  • Fee tracking
  • Search and filtering
  • Advanced analytics
Available on: /v1/transactions

Supported Chains

These chains support both portfolio tracking and transaction history:
These chains offer the most comprehensive data coverage for building full-featured applications.
These chains support portfolio tracking but not full transaction history:

Using Chain Keys

Chain keys are used throughout the Octav API to filter and identify blockchain networks:

Chain Data Structure

When querying the API, chain data is returned in this format:
name
string
Human-readable chain name
key
string
Unique identifier for API queries
chainId
string
Numeric chain ID (EVM chains)
value
string
Total USD value on this chain
valuePercentile
string
Percentage of total portfolio

Best Practices

Always verify the chain supports your required endpoint:
Filter API responses to specific chains for better performance:
Not all addresses will have holdings on all chains:

Frequently Asked Questions

Transaction support requires deep integration with chain-specific indexers and explorers. We prioritize chains based on:
  • User demand
  • Chain activity and TVL
  • Technical feasibility
  • Data source availability
Portfolio support is faster to implement and covers the most common use case (checking balances).
We add new chains regularly based on ecosystem growth and user requests. Major chains typically get portfolio support within weeks of mainnet launch.To request a chain, contact us via Discord.
Currently only Plasma Testnet is supported. We generally focus on mainnet data for production applications.
  • key: Octav’s internal identifier (e.g., ethereum, arbitrum)
  • chainId: Standard EVM chain ID (e.g., 1 for Ethereum, 42161 for Arbitrum)
Use key for Octav API queries. ChainId is provided for reference.

Portfolio Endpoint

Query holdings across all chains

Transactions Endpoint

Filter transactions by chain

Supported Protocols

View all supported DeFi protocols

Request Support

Request a new chain on Discord