get_block_by_number
Retrieve a specific block by its block number from EVM-compatible blockchain networks using a unified interface, with optional network specification. Supports Ethereum mainnet by default.
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. |