1s_block_by_number
Get full block details by block number — transactions, gas used, miner, timestamp — using decimal or hex input.
Instructions
Get full block details by block number via RPC. Returns transactions, gas used, miner, timestamp, and other header fields. Accepts decimal (e.g. "21000000") or hex (e.g. "0x1406F40") block numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Block number — decimal (e.g. "21000000") or hex (e.g. "0x1406F40") | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |