FreeAPIHub
HomeAPIsAI ModelsAI ToolsBlog
Favorites
FreeAPIHub

The central hub for discovering, testing, and integrating the world's best AI models and APIs.

Platform

  • Categories
  • AI Models
  • APIs

Company

  • About Us
  • Contact
  • FAQ

Help

  • Terms of Service
  • Privacy Policy
  • Cookies

© 2026 FreeAPIHub. All rights reserved.

GitHubTwitterLinkedIn
  1. Home
  2. Categories
  3. Blockchain
  4. Covalent API
published

Covalent API

The Covalent API provides developers with free access to blockchain data across multiple blockchains, making it ideal for various blockchain applications.

Developed by Covalent

Live API
99.90%Uptime
200msLatency
1.9kStars
API KeyAuth
NoCredit Card
RESTStyle
v1Version

Reference

API Endpoints

Endpoints

Available routes, request structures, and code examples.

Retrieve token balances for an Ethereum address

Endpoint URL
https://api.covalenthq.com/v1/1/address/0x.../balances_v2/
Code Example
curl -X GET 'https://api.covalenthq.com/v1/1/address/0x.../balances_v2/' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "nft": false
}
Expected Response
{
  "data": {
    "items": [
      {
        "balance": "1000000000000000000",
        "contract_name": "Ethereum"
      }
    ],
    "address": "0x..."
  }
}
Version:v1
Limit:5,000 requests/month (free tier)

Integration

Quick Start

cURL ExampleREST
curl -X GET "https://api.covalenthq.com/v1/v1/address/0x12345/balances_v2/"

Docs

Technical Documentation

What this API does

The Covalent API is designed to allow developers to query extensive on-chain data across 200+ blockchains. It enables access to wallet balances, NFT metadata, transaction histories, DeFi positions, and token transfers. The API returns standardized JSON responses, facilitating seamless integration into web and mobile applications.

How it works

This API operates via a RESTful interface. Developers send HTTP GET requests to obtain various blockchain data, including wallet balances and NFT details. Each request returns data in JSON format, simplifying integration with development environments. Common requests include fetching token balances for a wallet or retrieving metadata for NFTs.

Authentication

Authentication is managed through API keys, which can be obtained quickly via the Covalent dashboard. Users can register without needing a credit card. This straightforward setup allows developers to start integrating blockchain data into their projects rapidly.

Example usage

  • /v1/{chain_id}/address/{address}/balances_v2/ - Retrieves token balances for a specified wallet address.
  • /v1/{chain_id}/tokens/{contract_address}/ - Fetches NFT metadata based on contract address.
  • /v1/{chain_id}/address/{address}/transactions/ - Lists transaction history for a specified wallet address.
  • /v1/{chain_id}/portfolio/{address}/ - Gathers data on DeFi positions for a wallet.

Limits

The Covalent API allows for 100,000 free requests per month. Additional usage may require upgrading to a paid plan for expanded features and request limits, but basic functionality remains accessible without credit card requirements.

Ideal use cases

  • Building multi-chain wallets that manage assets across various blockchains.
  • Creating NFT marketplaces that require metadata lookup for various tokens.
  • Developing analytics tools that assess DeFi positions for users.
  • Integrating real-time transaction monitoring into blockchain applications.

Examples

Real-World Applications

  • Multi-chain wallet apps fetching real-time balances and transaction histories
  • NFT marketplaces retrieving detailed NFT metadata and ownership
  • DeFi platforms displaying portfolio positions and token transfers
  • Blockchain analytics dashboards aggregating cross-chain data
  • Financial apps integrating comprehensive token transfer data

Evaluation

Advantages & Limitations

Advantages
  • ✓ Supports querying over 200 blockchains with a unified interface
  • ✓ No credit card required for free tier signup
  • ✓ Comprehensive data access including NFTs and DeFi portfolio info
  • ✓ Standardized JSON responses for easy integration
Limitations
  • ✗ Rate limits can be restrictive at higher usage without paid plans
  • ✗ Limited SDK support compared to some competitors
  • ✗ API key in query parameters can expose keys in logs if not handled carefully
  • ✗ Some data may be delayed due to blockchain sync latencies

Support

Frequently Asked Questions

Important Notice

Verify Before You Decide

Last verified · Apr 30, 2026

The details on this page — including pricing, features, and availability — are based on our last review and may not reflect the provider's current offering. Providers update their products frequently, sometimes without prior notice.

What may have changed

Pricing Plans
Features & Limits
Availability
Terms & Policies

Always visit the official provider website to confirm the latest pricing, terms, and feature availability before subscribing or integrating.

Check official site

External Resources

Documentation Official Website Pricing Details Postman Collection

API Specifications

v1
Pricing Model
Tiered based on usage and request volume
Credit Card
Not Required
Response Formats
JSON
Supported Languages
6 Languages
SDK Support
JavaScript, Python, Go
Rate Limit

100,000 requests/month for free tier; scalable for paid tiers

Time to Hello World

Less than 10 minutes to start querying after signup

Free Tier

100,000 free requests per month with no credit card required

Best For

Developers building multi-chain wallets, NFT marketplaces, DeFi dashboards, and blockchain data integrations

Not Ideal For

Use cases requiring extremely low latency or dedicated on-premises blockchain nodes

Tags

#polygon#wallet#multi-chain#defi#blockchain#nft#web3#ethereum#covalent

You Might Also Like

More APIs Similar to Covalent API

Bitquery API

The Bitquery API offers developers comprehensive access to on-chain data from over 40 blockchains, suitable for applications in analytics, compliance, and DeFi.

publicGraphQL

Web3.js Ethereum API

Web3.js is an open-source library that allows developers to interact seamlessly with the Ethereum blockchain, manage wallets, and build dApps.

PublicREST

The Graph API

The Graph API offers free access to query indexed blockchain data via GraphQL, supporting major chains like Ethereum and Polygon, ideal for DeFi and NFT applications.

publicGraphQL