Bankless Onchain MCP Server

Official

get_block_info

Retrieve detailed information about a specific blockchain block by providing its number or hash and specifying the network. Enhances analysis and tracking of onchain data.

Instructions

Gets detailed information about a specific block by number or hash

Input Schema

NameRequiredDescriptionDefault
blockIdYesThe block number or block hash to fetch information for
networkYesThe blockchain network (e.g., "ethereum", "base")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockId": { "description": "The block number or block hash to fetch information for", "type": "string" }, "network": { "description": "The blockchain network (e.g., \"ethereum\", \"base\")", "type": "string" } }, "required": [ "network", "blockId" ], "type": "object" }

You must be authenticated.

Other Tools from Bankless Onchain MCP Server

Related Tools

ID: uawv4sbvqj