Alchemy Logo

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

For higher throughput, create your own API key

Request

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.

Responses

200

A page of matched events.

Was this page helpful?