get_block_by_number
Retrieve block details by its number on EVM networks like BSC, Ethereum, and more. Provide the network and block number to get the block data.
Instructions
Get a block by number
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 |
| blockNumber | Yes | The block number to look up |