Supported Blockchain Networks
Building a multichain application starts with knowing which blockchain networks are available. The dRPC Data API provides a unified way to discover all supported chains and retrieve metadata for individual networks, allowing developers to build wallets, portfolio trackers, blockchain explorers, and analytics platforms without maintaining chain-specific configurations. Whether you're creating a crypto wallet, integrating token balances, or indexing transaction history across multiple ecosystems, the Supported Chains endpoints help your application stay synchronized with the latest available networks.
Available methods#
Get Supported Chains : Retrieves a list of all chains supported by the Wallet API.
Get Supported Chain By Id : Fetches details of a specific supported chain by its ID.
Build scalable multichain applications#
The Supported Chains endpoints simplify blockchain discovery by providing a single source of truth for every network supported by the dRPC Wallet API. Combined with Wallet API endpoints for balances, transactions, tokens, NFTs, and DeFi positions, these methods make it easier to build scalable multichain applications without maintaining separate integrations for each blockchain ecosystem. Explore the available endpoints above to start discovering supported blockchain networks.