Pricing & Rates Card
Pricing Tiers
Free | Premium | Inner Circle | |
---|---|---|---|
$0 /month | From $50 /month | Let's Talk | |
All Class A Endpoints | ✅ | ✅ | ✅ |
All Class B Endpoints | ✅ | ✅ | ✅ |
Higher rate limits | - | ✅ | ✅ |
Support | Community | Premium | ✅ |
Dedicated account management | - | - | ✅ |
Requests per second limit | 4 RPS | 50 RPS | Custom |
Included credits per month | 100K | 100K | Custom |
Auto-scale | - | ✅ | ✅ |
Flex credit price | - | $0.001 /credit | Custom |
Free Tier
The Covalent Unified API has been and always will be free.
All accounts on the Covalent API Free tier will be allocated 100,000 free credits per month. Credits on the free tier are spent across all endpoints and networks (including testnets). Once this free allocation is consumed, calls to the API from that account will be paused.
The Free tier is meant for trying the Covalent API, especially for early-stage projects and hackathon builders.
Key Features
4 RPS
100,000 credits per month, spent across all endpoints and networks (including testnets)
Premium Tier
The Premium tier is available for users who want to scale with us and require better performance and more API call volume for their applications. Access all of our endpoints with better reliability and faster response times.
Key Features
50 RPS
100,000 credits per month, spent across all endpoints and networks (including testnets)
Auto-scaling Flex Credits allow your app to consume credits past the included 100,000 credits
10x faster average response time
50% decrease in response time variance
Flex Credits
Covalent uses a credit system to calculate billing for customers in the Premium tier. With a Premium tier account ($50/mo without auto-scale), users are entitled to 100,000 credits to consume with no additional charges. For users that need more credits, they can enable auto-scale.
Auto-scale
Setting auto-scale to On enables the use of Flex Credits on your upgraded keys. These credits go into effect once you surpass the 100,000 credits included in the Premium tier. All Flex Credits are charged at $0.001 per credit. You can set a cap for the amount of Flex Credits you would like to enable per billing period (monthly). You will only be charged for what you use, and you won't be able to be charged beyond your cap.
No Auto-scale
Setting auto-scale to Off means you can't consume any credits beyond the 100,000 included in the Premium tier. You can switch auto-scale to On and consume Flex Credits at $0.001 per credit for more credits. To configure auto-scale: log in to your account and go to the Account Billing page.
Rates Card
See our API Catalog for a full list of endpoints and their respective credit costs.
Credit Pricing Example
Wallet example
Consider a wallet application that supports three blockchains:
- Ethereum (7,000 daily active users)
- Polygon (3,000 daily active users)
- Optimism (1,000 daily active users)
The application uses the balances_v2
endpoint to serve data to its users, and each call to the balances endpoint consumes 1 credit.
The total credit consumption per day is:
7,000 + 3,000 + 1,000 -------- = 11,000 credits /day.
In one month, the total credit consumption for the application is:
11,000 x 30 days -------- = 330,000 credits /month.
The Premium Plan includes 100,000 credits, so the total flex consumption is:
330,000 - 100,000 -------- = 230,000 flex credits = $230 @ $0.001 /credit.
The total cost for the application to run each month is $230 for the credit usage plus $50 for the Premium Plan:
$230 + $50 -------- = $280 /month.
Transaction example
Consider an app that requests transactions at the latest block height on the Ethereum blockchain, for 1000 daily active users (dau). The application uses the transactions_v3
endpoint, which consumes 0.05 credits per returned transaction item. The default page size is 10 transaction items, which makes the credit cost 0.5 credits per API call. In one month, the total credit consumption is:
1,000 dau x 0.05 credits /transaction item x 10 returned items x 30 days -------- = 15,000 credits /month.
Now consider a scenario where the API call should also include all decoded event logs for every transaction. The credit cost to include logs is an additional 0.05 per transaction item, regardless of the number of logs returned per transaction item. This is on top of the 0.05 base credit cost for the returned transaction items, for a total of 0.1 credits per transaction item. In one month, the total credit consumption is:
1,000 dau x (0.05 + 0.05) credits /transaction item x 10 returned items x 30 days -------- = 30,000 credits /month.
Roadmap
Follow our announcements to stay in the loop on updates to our entire product offering.
Credits | ||
---|---|---|
Nov 2022 | Token balances endpoint on eth-mainnet upgraded to Premium. | |
Jan 2023 | Token balances endpoint on bsc-mainnet upgraded to Premium. | |
Jan 2023 | Transactions for a block endpoint on *-mainnet upgraded to Premium. | |
Feb 2023 | Token balances endpoint on matic-mainnet upgraded to Premium. | 1 credit /API call |
March 2023 | Token balances endpoint on matic-mumbai and bsc-testnet upgraded to Premium. | 1 credit /API call |
March 2023 | Token holders V2 goes live for eth-mainnet , bsc-mainnet , matic-mainnet and testnets. | 2 credits /API call |
April 2023 | NFT endpoints on eth-mainnet , bsc-mainnet , matic-mainnet upgraded to Premium. | Varies by endpoint |
April 2023 | Token holders V2 on eth-mainnet , bsc-mainnet , matic-mainnet and testnets upgraded to Premium. | 2 credits /API call |
April 2023 | Get Logs upgraded to Premium. | 5 credits /API call |
May 2023 | Get log events by contract address and Get log events by topic hash upgraded to Premium. | 0.01 credits /item returned |
May 2023 | Get token approvals for address upgraded to Premium. | 2 credits /API call |
May 2023 | Get earliest transactions for address (v3) upgraded to Premium. | 0.01 credits /item returned |
May 2023 | Get transaction summary for address upgraded to Premium. | 1 credit /API call |
May 2023 | Get ERC20 token transfers for address upgraded to Premium. | 0.05 credits /item returned |
May 2023 | Premium tier updated: 100,000 credits, enhanced performance for Premium users on all endpoints. "Premium" label removed from endpoints. | |
Jun 2023 | Get resolved address for registered address available to all users. | 0.05 credits /item returned |
July 2023 | Beta release of Wallet Activity endpoint, exclusively for Premium users. | |
July 2023 | Get historical token balances for address available to all users. | 1 credit /API call |
Aug 2023 | Wallet Activity endpoint renamed to Get cross-chain activity for address and made available to all users. | 0.05 credits /API call |
Aug 2023 | Covalent SDK launched with Typescript and Python support. | Varies by endpoint |
Q4 2023 | On the horizon: NFT market data endpoints. | TBD |