List indexed XRC events
list_xrc_eventsRead-only list of XRC events globally or by owner, contract, type/action, tx hash, or block range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based page number for paginated explorer/API results. | |
| type | No | Operation or handoff type identifier. | |
| limit | No | Maximum number of records to return. | |
| owner | No | EVM address of the XDaLa session owner or relevant account. | |
| action | No | Value for the action parameter. | |
| txHash | No | 0x-prefixed transaction hash to inspect or resolve. | |
| toBlock | No | Value for the to block parameter. | |
| contract | No | Value for the contract parameter. | |
| fromBlock | No | Value for the from block parameter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured result data returned by the XGR MCP gateway. |