Get block info
get_block_infoRetrieve block details including timestamp, miner, gas used, and transaction count for any block number or hash on supported chains.
Instructions
Get details for a block by number or hash: timestamp, miner, gas used, and tx count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | Block number (e.g. "19000000") or 0x-prefixed block hash. | |
| chain | Yes | Chain name or numeric chain ID, e.g. "ethereum" or "1". Use get_chains_list to discover supported chains. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| notes | No | ||
| pagination | No | ||
| instructions | No | ||
| data_description | No |