GetBlock Offers Up to 50% Off for BlastAPI Users
GETBLOCK
October 22, 2025
8 min read
GetBlock, a leading RPC node provider and Web3 infrastructure platform, is launching a migration campaign with substantial discounts on our Pro and Enterprise plans.
New users switching from BlastAPI can access up to 50% off for six months, saving at least $2,400 on an optimal setup.
Here's what you need to know (BONUS: promo codes and migration guide below!).
TL;DR:
As BlastAPI shuts down, GetBlock is offering 40–50% discounts for all affected users.
Switching to GetBlock means better latency, a 60% larger blockchain lineup, multi-regional deployment, archive calls on Shared Nodes, and built-in MEV protection.
To claim your discount, contact us via our contact form and share your promo code: MIGRATE50 for 50% off Enterprise plans, MIGRATE40 for 40% off Pro plans. Both are valid with a six-month commitment.
The GetBlock team will guide you through every step of integration.
This promotion runs through November 20, 2025. BlastAPI sunsets operations on October 31.
Contact us now and start building today at exclusive prices.
Why Migrate to GetBlock: Better Latency, More Blockchains, Best-in-Class Support
Moving to GetBlock isn't just about finding an emergency replacement, it's a powerful upgrade for your infrastructure layer.
More networks, more options: Solana and Tron available
GetBlock supports 60% more blockchains than BlastAPI, including Solana, Tron, and NEAR. Whether you're building on established chains or exploring emerging networks, we've got the endpoints you need across 100+ blockchain networks.
Faster, more reliable performance
Our Shared Nodes deliver 2.5x higher request-per-second limits compared to what you're used to. Add in lower latency and multi-regional endpoint options across New York, Singapore, and Frankfurt, and you're looking at infrastructure that actually keeps pace with your application.
Archive calls, built-in MEV protection, and more
Archive data access on shared nodes. MEV protection across major chains. 24/7 support that responds when you need it.
The Enterprise Plan offers custom request-per-second limits tailored to your needs. The Pro Plan handles scaling applications with 500 requests per second capacity. Both come with the reliability and support your team deserves.
How to Migrate: Three Steps
We've kept this simple.
Step 1: Choose your plan. Select either Pro (40% off with code MIGRATE40) or Enterprise (50% off with code MIGRATE50). Both discounts apply to six-month commitments. If you need both plans, you're looking at approximately $2,400 in savings over six months.
Step 2: Contact us. Submit a request through the contact form on our website and include your chosen promo code.
The contact form can be found in the upper right-hand corner.
Just share your contact information and a promo code.
Step 3: We handle the rest. Our team will guide you through the entire setup process. No extended timelines, no unexpected costs, no friction.
The campaign runs through November 20, 2025, so you have time to make the switch before BlastAPI goes dark.
Bonus 1: Seamless migration in three lines of code
While pasting a new API endpoint URL is a drop-in replacement for some use cases, you can’t be too safe.
Migration is as simple as changing your RPC URL. Here's how:
1
2
3
4
5
6
7
8
// Blast API (OLD)
const OLD_RPC = "https://eth-mainnet.blastapi.io/YOUR_PROJECT_ID";
// GetBlock API (NEW) - Direct replacement
const NEW_RPC = "https://go.getblock.us/<ACCESS_TOKEN>";
// You're good to go! Your dApp is now using the new endpoint
const provider = new ethers.JsonRpcProvider(NEW_RPC);
Before switching to a new endpoint, test the connection:
1
2
3
4
5
6
7
# Sending a request to an Ethereum endpoint
curl -X POST "https://go.getblock.us/<YOUR_ACCESS_TOKEN>"\
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":"getblock"}'
# Expected response
{"jsonrpc":"2.0","id":"getblock","result":"0x123456789"}
Bonus 2: Should I choose a Pro or Enterprise plan?
Here’s what you need to know about the plans included in the promo campaign.
PLAN | PRO | ENTERPRISE |
Migration Promo Code | MIGRATE40 | MIGRATE50 |
Discount | 40% | 50% |
Price per month | $249 (was $499) | $499 (was $999) |
Bandwidth, requests per second | 500 | Custom |
Statistics | Basic | Advanced |
Compute units | 600 million | Custom |
Number of endpoints | 50 | Custom |
MEV protection | Yes | Yes |
Archive calls (NEW!) | Yes | Yes |
Appchain deployment | No | Yes |
Ideal for | Scaling Web3 applications on trending blockchains | High-traffic products for data-heavy use-cases |
Check out our other offers as well, or request Dedicated Node deployment via Contact Form (we answer really fast!)
Wrapping Up
Infrastructure changes are never convenient, but they don't have to be complicated.
GetBlock has been in the blockchain infrastructure space since 2019, serving teams that need reliable RPC nodes without the overhead of running their own.
This migration campaign is our way of making sure BlastAPI users land on their feet with better infrastructure and real savings to show for it.
If you're ready to migrate, reach out. If you have questions, we're here.
Popular Posts
June 9, 2021
4 min read
November 9, 2021
5 min read
May 24, 2022
5 min read
March 18, 2021
4 min read