get_block
Retrieve Ethereum Virtual Machine block details using block number or hash to access transaction data and network state information.
Instructions
Get block details by block number or hash
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockIdentifier | Yes | Block number (as string) or block hash | |
| network | No | Network name or chain ID. Defaults to Ethereum mainnet. |