Blocknative shuts down its gas APIs
After its team moved into Deloitte, Blocknative is shutting down the APIs behind Gas Network and forcing blockchain teams to migrate tooling.
Blocknative says on its website that its team has joined Deloitte and that its API services were scheduled to operate through June 19, 2026, then stop responding after that date. The same notice says Gas Network is shutting down on the same schedule because it depends on those APIs. The important point is not only a team acquisition: an operational layer used for gas estimation, mempool visibility, and transaction orchestration is leaving the blockchain application stack. This also turns a vendor notice into a useful operational checklist: identify every external signal in the transaction path, decide what has to be redundant, and rehearse the switch before users feel it.
Blocknative became known for tools that made transactions visible before they were included in a block. The mempool is the waiting area where unconfirmed transactions circulate before validators or block producers choose them. For wallets, exchanges, arbitrage systems, and teams operating chains, that visibility helps predict fees, detect stuck transactions, manage replacements, and understand why a user action has not settled. When a provider of that kind shuts down its APIs, the problem becomes immediately practical: calls must be migrated, models recalibrated, and user interfaces checked so they do not keep recommending stale fee behavior.
Blocknative explicitly recommends that production teams plan migration, test cutover, and confirm operational readiness before the deadline. The wording is calm, but it says something about the maturity of the sector. Onchain applications often depend on surrounding services that are not consensus protocols, yet still shape the real user experience: fee estimation, L2 decoding, transaction tracking, alerts, and dashboards. Their disappearance does not change the state of Ethereum or a layer 2, but it can break part of the tooling that makes those networks usable.
The move into Deloitte also points to where some crypto infrastructure expertise is going. Blocknative says its work on trust, coordination, verification, and cryptographic systems will be applied in a larger enterprise context, including agentic workflows. For blockchain teams, the more immediate lesson is narrower: critical infrastructure is not always the infrastructure described in white papers. A gas or monitoring API can become as sensitive as an RPC node. Its shutdown is a reminder to map dependencies, maintain fallback providers, and test what happens when an observation layer disappears. That work is less visible than launching a chain or token, but it is often what decides whether a product keeps working when fees spike, blocks fill, or a time-sensitive transaction needs to move.