Skip to content
Alchemy Logo

sui_getEvents

POST
/{apiKey}
CUs20
Deprecation notice

Action required: Support for Sui JSON-RPC will end on September 25, 2026. Please migrate to Sui gRPC before then to avoid disruption. You can find our migration guide here.

Returns all events emitted during the execution of a transaction, identified by its digest.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

Digest (ID) of the transaction to retrieve events from.

Responses

200

A list of events emitted by the transaction.

Was this page helpful?