get_block_by_id
Retrieve a TRON block's header and transaction list using its block hash. Provides detailed blockchain data for a specific block by ID.
Instructions
Query block by block ID (hash). Returns block header and transaction list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Block hash / ID (64-char hex string) | |
| network | No | Network name. Defaults to mainnet. |