Developer Tools10 toolsPaste one API key
Blocknative integration for AI agents
Blocknative provides real-time mempool monitoring and transaction management tools for public blockchains.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Blocknative once and call the same tools from all of them.
Setup
Connect Blocknative through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Blocknative exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
blocknative_get_gas_distribution | Retrieve the current mempool gas price distribution breakdown | Read |
blocknative_get_gas_oracles | Retrieve metadata on supported gas oracles per chain | Read |
blocknative_get_gas_prices | Fetch gas price estimates for specific inclusion probabilities | Read |
blocknative_get_supported_chains | Retrieve supported chains metadata | Read |
blocknative_prediction_api_basefee_estimates | Get real-time gas fee predictions for Ethereum mainnet's next 5 blocks | Read |
blocknative_subscribe_multichain | Generate WebSocket connection details to subscribe to real-time blockchain events (transactions | Read |
blocknative_subscribe_transaction_hash | Subscribe to transaction state change events of an Ethereum transaction hash | Read |
blocknative_unsubscribe_multichain | Unsubscribe from events across multiple chains using the Multichain SDK | Read |
blocknative_unsubscribe_transaction_hash | Unsubscribe from transaction state change events for an Ethereum transaction hash | Read |
blocknative_configure_filters | Configure filters and ABI decoding for Ethereum mempool transactions | Read |