Added

Data API: Introducing the Blockchains API

We’ve released the Blockchains API, a new unified interface for querying blockchain data across multiple networks and architectures.

Instead of dealing with different RPC APIs and response formats for each blockchain, developers can now retrieve blocks, transactions, balances, and mempool data using a single standardized API format.

It works across multiple blockchain architectures, including:

  • EVM chains: Ethereum, Polygon, BNB Smart Chain, Arbitrum, Optimism, Base,...
  • UTXO chains: Bitcoin, Litecoin, Dogecoin, Bitcoin Cash
  • Emerging ecosystems: – including networks like Berachain, Monad, Unichain,...

This unified approach makes it easier to build multi-chain applications, analytics platforms, explorers, and monitoring tools without needing to implement chain-specific logic.

Available Blockchain API Endpoints

Block Data

Endpoints for retrieving blockchain block information.

Transactions

Endpoints for retrieving transaction-level data across supported blockchains.

Address & Balance Data

Endpoints for retrieving address-level blockchain data.

UTXO Data

Endpoints specific to UTXO-based blockchains such as Bitcoin, Litecoin, Dogecoin, and Bitcoin Cash.

Why it matters?

Working with multiple blockchains often means dealing with different APIs, response formats, and protocol quirks.

The Blockchains API simplifies this by providing:

  • Unified multi-chain interface for querying blockchain data
  • Enriched data in compare to standard raw RPC data
  • Standardized response format across supported blockchains
  • Direct access to raw blockchain data including blocks and transactions
  • Scalable infrastructure designed for high-volume data queries