eth_get_block
Get block data by number or tag on Ethereum mainnet. Use hex block number (e.g. "0x1") or "latest". Returns full block object with transaction hashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | Block number as hex (e.g. "0x1") or tag ("latest", "earliest", "pending") |