evm_getblock
Retrieve block contents using a block number or hash on supported chains. Includes optional internal transaction details for comprehensive blockchain data analysis.
Instructions
Get the contents of a block given the block hash.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_number_or_hash | Yes | The block number or block hash | |
chain | No | The chain to query | eth |
include | No | If the result should contain the internal transactions. |