Unified API Overview

A single, unified API for fast, scalable historical blockchain data.

Accessing blockchain data at scale can be challenging. Common approaches such as running or using public blockchain nodes can be expensive and limiting. Other solutions require writing custom and complex SQL queries and sometimes developers have to wait for data to be indexed and available. These data challenges are friction points which hinder Web3 development and adoption.

The Covalent Unified API is RESTful and provides a unified approach to fetch blockchain data with a consistent requset and response object format. For example, a developer can fetch all token balances for an address across any of the 200+ supported networks by changing the unique network name in the URL:

Bash
http://api.covalenthq.com/v1/{eth-mainnet,bsc-mainnet}/address/0xfc...71de/balances_v2/

This unified approach enables developers to implement the API once and automatically benefit from newly supported networks, endpoint performance upgrades and other improvements.

Getting help

);