A guide to understand Alchemy's pricing plans.
Pricing Plans
Feature | Free Tier | Growth Tier | Enterprise Tier |
---|---|---|---|
Compute Units | 300,000,000 | 400,000,000 | Custom |
Approx. # Requests | 12,000,000 | 16,000,000 | Custom |
# of apps | 5 | 15 | Unlimited |
Throughput (CUPS) | 330 | 660 | Custom |
Full Archive Data | ![]() | ![]() | ![]() |
Supernode | ![]() | ![]() | ![]() |
Build | ![]() | ![]() | ![]() |
Monitor | ![]() | ![]() | ![]() |
Notify | ![]() | ![]() | ![]() |
Multichain (Mainnet & Testnets) | ![]() | ![]() | ![]() |
No daily request limit | ![]() | ![]() | ![]() |
24/7 Support | ![]() | ![]() | ![]() |
Enhanced APIS (NFT, Transfers, Token, Notify) | ![]() | ![]() | ![]() |
Trace, Debug APIs | ![]() | ![]() | ![]() |
Reinforced Transactions | ![]() | ![]() | ![]() |
Transaction Simulation | ![]() | ![]() | ![]() |
Auto-scaling Compute Units | ![]() | ![]() | ![]() |
Custom SLAs | ![]() | ![]() | ![]() |
Committed Use Discounts | ![]() | ![]() | ![]() |
Pay in Crypto or NFTs | ![]() | ![]() | ![]() |
Auto-Scale Compute (Growth Tier Only)
Turning on autoscale gives you instant access to on-demand compute at volume discounts. No more worrying about your node going down due to a spike in traffic, or even waiting days for new nodes to sync. Autoscale gives you infinite scalability at affordable prices.
Monthly Compute Units (CU) | Price |
---|---|
400,000,000 | $49.00 |
Every 1,000,000 over 400M | $1.20 |
Throughput (CUPS)
Each application has reserved dedicated Throughput, measured in Compute Units per Second. Applications can greatly exceed their dedicated throughputs based off of elastic demand in our system.
Since each request is weighted differently, we base this on the total compute units used rather than the number of requests. For example, if you send one eth_blockNumber
(10 CUs), two eth_getLogs
(75 CUs), and two eth_call
(26 CUs) requests in the same second, you will have a total of 212 CUPS. Note that even if your application limit is 200 CUPS, this throughput will likely be allowed still by the system.
User | CUPS |
---|---|
Free | 330 |
Growth | 660 |
Enterprise | Custom |
If you are experiencing throughput errors, or want create a more robust and reliable experience for your users, we recommend implementing retries.