Search transactions
search_transactionsRead-only chain-wide Explorer DB transaction search. Use for general transaction, native XGR value, from/to address, hash, input, session id, validity/execution, and block/time-range questions; do not sample XDaLa sessions for chain-wide transaction questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient address, contract address or upper bound used for the query. | |
| from | No | Sender address or lower bound used for the query. | |
| page | No | One-based page number for paginated explorer/API results. | |
| limit | No | Maximum number of records to return. | |
| valid | No | Value for the valid parameter. | |
| txHash | No | 0x-prefixed transaction hash to inspect or resolve. | |
| toBlock | No | Value for the to block parameter. | |
| executed | No | Value for the executed parameter. | |
| hasInput | No | Value for the has input parameter. | |
| hasValue | No | Value for the has value parameter. | |
| fromBlock | No | Value for the from block parameter. | |
| sessionId | No | XDaLa session identifier used to query runtime or explorer data. | |
| valueEqWei | No | Value for the value eq wei parameter. | |
| valueGtWei | No | Value for the value gt wei parameter. | |
| valueLtWei | No | Value for the value lt wei parameter. | |
| windowHours | No | Value for the window hours parameter. | |
| contractCreation | No | Value for the contract creation parameter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured result data returned by the XGR MCP gateway. |