query_transactions
Search and filter Sui blockchain transactions by sender, recipient, input object, changed object, or Move function.
Instructions
Search and filter transactions by sender, recipient, input object, changed object, or Move function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | Transaction filter. Examples: { "FromAddress": "0x..." }, { "ToAddress": "0x..." }, { "InputObject": "0x..." }, { "ChangedObject": "0x..." }, { "MoveFunction": { "package": "0x2", "module": "coin", "function": "transfer" } } | |
| limit | No | Max transactions (default: 50) | |
| order | No | Sort order (default: descending) |