Beyond-Bot.ai Logo+blocknative Logo

Beyond-Bot.ai + blocknative

Blocknative provides real-time mempool monitoring and transaction management tools for public blockchains.

What You Can Do with this Integration

Automate Data Entry

Automatically sync new contacts or deals from Beyond-Bot.ai to blocknative.

Enrich Customer Profiles

Use Beyond-Bot.ai to find and add new information to your records in blocknative.

Trigger Workflows

Start automated workflows in blocknative based on conversations with your virtual expert.

Available Actions

Here are the specific actions your virtual expert can perform within blocknative.

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.