Get block
rpc_get_blockFetch block data by number, tag, or hash on any EVM chain. Specify chain ID and optional parameters to retrieve block details with or without transactions.
Instructions
Fetch block data by block number/tag or by block hash on a given chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | EVM chain ID (for example 1 for Ethereum mainnet) | |
| blockTag | No | latest | |
| blockHash | No | ||
| includeTransactions | No |