Blocknative
5 operations0 webhooks
Mempool monitoring API for real-time Ethereum and blockchain transaction tracking.
Supported operations
- Get Base Fee EstimatesRead-only
Get real-time base fee, blob base fee, and priority fee predictions for the next 5 Ethereum blocks
- Get DistributionRead-only
Retrieve the current mempool gas price distribution breakdown
- Get OraclesRead-only
Retrieve metadata on supported gas oracles per chain
- Get PricesRead-only
Fetch gas price estimates for specific inclusion probabilities (next block or ~10 seconds)
- Get Supported ChainsRead-only
Retrieve supported chains metadata for Blocknative gas services
FAQ
Install corsair and @corsair-dev/blocknative, add the Blocknative plugin, and connect with an API key. Then call methods like corsair.blocknative.api.gas.getBaseFeeEstimates() from your app. Corsair syncs data per tenant.
Yes. Blocknative requires an API key from your Blocknative account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Blocknative, GitHub, Notion, Stripe, and the rest. Trigger Blocknative from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for mempool monitoring api for real-time ethereum and blockchain transaction tracking. Common builds include sync jobs, admin tooling, and agents that call Blocknative APIs from your backend. Local DB entities let you query synced Blocknative records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Blocknative API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/blocknative in the open repo. When Blocknative ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Blocknative data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Blocknative data on your behalf.