get_block_range
Retrieve summary information for a range of blocks on any EVM-compatible network by specifying a starting block and optional end block.
Instructions
Get a range of blocks with summary information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| endBlock | No | Ending block number (defaults to latest) | |
| startBlock | Yes | Starting block number |