- Home
- Categories
- Blockchain
- Covalent API
Covalent API
The Covalent API offers developers free access to aggregate blockchain data from over 100 networks, facilitating the building of multi-chain applications.
Developed by Covalent
Reference for available routes, request structures, and live examples.
Retrieve token balances for an Ethereum address
https://api.covalenthq.com/v1/1/address/0x.../balances_v2/curl -X GET 'https://api.covalenthq.com/v1/1/address/0x.../balances_v2/' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"nft": false
}{
"data": {
"items": [
{
"balance": "1000000000000000000",
"contract_name": "Ethereum"
}
],
"address": "0x..."
}
}- Building multi-chain crypto wallet appsOptimized Capability
- Powering DeFi analytics dashboardsOptimized Capability
- Aggregating NFT metadata for marketplacesOptimized Capability
- Generating tax reporting tools for crypto portfoliosOptimized Capability
- Integrating blockchain data into data science and analytics pipelinesOptimized Capability
- ✓ Supports 100+ blockchains out-of-the-box
- ✓ Unified, normalized data schema across chains
- ✓ Comprehensive, granular transaction and asset data
- ✓ Well-maintained SDKs and detailed documentation
- ✗ Some features require enterprise subscription
- ✗ Rate limits may restrict high-frequency apps on free tier
- ✗ Occasional delays with new chain integrations
- ✗ No real-time websocket streaming (REST only)
FAQs
API Specifications
v1Under 10 minutes
35 requests/sec (standard), up to 300 requests/sec (enterprise)
1,000 API calls/day, 3 requests/second (standard keys); no credit card required.
Use Case: Best For
Web3 startups, multi-chain DeFi/NFT apps, portfolio trackers, fintech integrations
Not Recommended For
On-chain gaming with real-time data needs, high-frequency trading bots
Explore Related APIs
Discover similar APIs to Covalent API
Etherscan API
The Etherscan API offers developers free access to comprehensive Ethereum blockchain data, suitable for applications such as crypto wallets and analytics tools.
The Graph API
The Graph API allows developers to efficiently query blockchain data using GraphQL, organizing data from Ethereum and Polygon networks into subgraphs for real-time access.
Web3.js Ethereum API
Web3.js is a free and open-source library for JavaScript and TypeScript, facilitating interaction with Ethereum and EVM-compatible networks, ideal for blockchain applications.