Get block transactions
get_block_transactionsRead-only list of transactions in a specific indexed block, latest indexed block, or latest indexed block minus latestOffset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based page number for paginated explorer/API results. | |
| limit | No | Maximum number of records to return. | |
| blockNumber | No | Block number or block identifier used for the chain lookup. | |
| latestOffset | No | Value for the latest offset parameter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured result data returned by the XGR MCP gateway. |