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
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
queryobjectrequiredThe event query criteria (e.g., MoveModule, Sender).
cursorobjectoptionalOptional paging cursor, an EventID { txDigest, eventSeq } object.
limitintegeroptionalMaximum number of events to return.
descending_orderbooleanoptionalWhether to return results in descending order.
Responses
200
A page of matched events.
Was this page helpful?