get_block_details
Retrieve detailed blockchain block information, including optional transaction data, to analyze network activity and verify transactions across supported networks.
Instructions
Get detailed block information with optional transaction list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockchain | Yes | Blockchain name | |
| blockNumber | Yes | Block number (number or "latest", "earliest", "pending") | |
| includeTransactions | No | Include full transaction objects (default: false) | |
| network | No | Network type (defaults to mainnet) |