evm_get_block
Retrieve EVM block details using a block number or block hash. Provides essential on-chain data for transaction verification, debugging, and analytics.
Instructions
Get block details by block number string or block hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Chain ID (defaults to runtime config) | |
| blockIdentifier | Yes | Block number (decimal string) or 0x-prefixed block hash |