get_block_by_number
Retrieve specific blockchain block details by providing its block number using the EVM MCP Server, enabling easy access to network data for analysis or verification.
Instructions
Get a block by its block number
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockNumber | Yes | The block number to fetch | |
network | No | Network name or chain ID. Defaults to Ethereum mainnet. |