Blocknative Integration
Connect Blocknative to Arahi's no-code AI analysts and automate workflows in minutes.
About the Blocknative integration
Real-time core blockchain infrastructure. With Arahi AI, you can connect Blocknative to Alpaca, Alpha Vantage, Cobalt and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Financial Data & Markets
- Authentication
- keys
Blocknative automation use cases
- Price-threshold alerts
- Alert via Slack, SMS, or email when a Blocknative ticker crosses your price or indicator threshold.
- Portfolio digest
- Summarize portfolio moves from Blocknative data into a morning email before the open.
- Volatility watch
- Flag unusual volume or volatility in Blocknative tickers your watchlist cares about.
- Event-driven backtesting
- Pull historical Blocknative bars, run a backtest, and log results to a spreadsheet as you iterate.
Blocknative workflow examples
- Alert Slack on Blocknative mempool filter hits
When Configure Mempool Filters flags a watched wallet transaction, Arahi posts the hash and value to a Slack on-call channel.
Blocknative mempool filter hit to post transaction hash in Slack on-call.
- Log Blocknative gas prices into Google Sheets
On a schedule, Arahi calls Get Gas Prices on Blocknative for each chain and appends the values to a Google Sheets gas tracker.
Schedule fires to call Blocknative Get Gas Prices and append Google Sheets row.
- Notify Telegram when Blocknative tx hash confirms
When Subscribe Transaction Hash returns confirmed status on Blocknative, Arahi sends the block number and fees to a Telegram channel.
Blocknative tx hash confirmed to send block details in Telegram channel.
Blocknative actions
- Configure Mempool Filters
- Tool to configure filters and abi decoding for ethereum mempool transactions. use after establishing a blocknative websocket connection to set up event filters and decoding.
- Get Gas Price Distribution
- Tool to retrieve the current mempool gas price distribution breakdown. use when analyzing gas price trends or preparing fee strategies.
- Get Gas Oracles
- Tool to retrieve metadata on supported gas oracles per chain. use when you need to dynamically discover all available on-chain gas estimation oracles across networks.
- Get Gas Prices
- Tool to fetch gas price estimates for specific inclusion probabilities. use when you need gas price ranges for the next block or next ~10 seconds.
- Get Supported Chains
- Tool to retrieve supported chains metadata. use when discovering available networks for blocknative gas services.
- Get Base Fee Estimates
- Tool to get real-time predictions for base fee and blob base fee for the next 5 blocks. use when you need both 99% and 50% confidence estimates for upcoming blocks.
- Subscribe Multichain
- Tool to generate websocket subscription details for events across multiple chains. use when preparing to track a transaction hash or account address across chains via blocknative multichain sdk.
- Subscribe Transaction Hash
- Tool to subscribe to transaction state change events of an ethereum transaction hash. use after establishing a blocknative websocket connection to prepare the subscription message.
- Unsubscribe Multichain
- Tool to unsubscribe from events across multiple chains using the multichain sdk. use after stopping monitoring of an address or transaction to clean up resources, e.g., call: blocknative.unsubscribe({ id: '0x..', chainid: '0x1' }).
- Unsubscribe Transaction Hash
- Tool to unsubscribe from transaction state change events for an ethereum transaction hash. use after establishing a blocknative websocket connection to prepare the unsubscription message.