get_block
Retrieve TRON blockchain block details with options to control data size, including transaction limits and summaries to prevent token overflow.
Instructions
Get block information with smart size management to prevent token overflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Return summary only without full transaction data (default: true) | |
| saveToFile | No | Save full block data to file and return file path (default: false) | |
| blockNumber | No | Block number (optional, returns latest if not provided) | |
| fullResponse | No | Return full block data without limits - WARNING: may exceed token limit (default: false) | |
| transactionLimit | No | Maximum number of transactions to include (default: 10) | |
| includeTransactions | No | Include transactions in response (default: false) |