get_block_by_hash
Retrieve blockchain block details by providing its hash. Supports multiple EVM networks including BSC, Ethereum, and more.
Instructions
Get a block by hash
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 |
| blockHash | Yes | The block hash to look up |