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.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
query
The event query criteria (e.g., MoveModule, Sender).
cursor
Optional paging cursor, an EventID { txDigest, eventSeq } object.
limit
Maximum number of events to return.
descending_order
Whether to return results in descending order.
Response
A page of matched events.
data
A list of results.
hasNextPage
nextCursor
Cursor for fetching the next page.