get_block
Retrieve block data using block number, tag like 'latest', or block hash across multiple EVM networks.
Instructions
Fetch a block by number, tag (e.g. 'latest'), or hash on a supported network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | Block number, tag ('latest'/'finalized'), or block hash. | |
| network | No | Target network. One of: ethereum, base, arbitrum, optimism, polygon, sepolia, base-sepolia, arbitrum-sepolia, optimism-sepolia, polygon-amoy. Defaults to the server's configured default network. |