suix_queryEvents
POST
/{apiKey}
Returns a paginated list of events that match the given query criteria. You can filter by sender, package, module, event type, and more. Supports pagination and ordering.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
objectrequired
The event query criteria (e.g., MoveModule, Sender).
objectoptional
Optional paging cursor, an EventID { txDigest, eventSeq } object.
integeroptional
Maximum number of events to return.
booleanoptional
Whether to return results in descending order.
Responses
200
A page of matched events.
Was this page helpful?