query_sui_transactions
Retrieve and filter Sui blockchain transactions by network, pagination, and custom query parameters using Grove's MCP Server.
Instructions
Query Sui transactions with filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Query filter and options | |
| cursor | No | Optional: Pagination cursor | |
| limit | No | Optional: Number of results to return | |
| descendingOrder | No | Optional: Sort order (default: false) | |
| network | No | Network type (defaults to mainnet) |