provider_get_block
Retrieve Ethereum or EVM-compatible blockchain block details by specifying its hash or tag, with options to include full transaction data or just hashes.
Instructions
Get a block by number or hash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockHashOrBlockTag | Yes | Block hash or block tag (latest, pending, etc.) | |
includeTransactions | No | Whether to include full transactions or just hashes |