suix_queryEvents

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-demo

Request

This endpoint expects an object.
queryobjectRequired

The event query criteria (e.g., MoveModule, Sender).

cursorobjectOptional

Optional paging cursor, an EventID { txDigest, eventSeq } object.

limitintegerOptional
Maximum number of events to return.
descending_orderbooleanOptional
Whether to return results in descending order.

Response

A page of matched events.
datalist of objects
A list of results.
hasNextPageboolean
nextCursorstring or null
Cursor for fetching the next page.