Alchemy Logo

sui_getEvents

POST
/{apiKey}

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

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

transaction_digeststringrequired

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

Responses

200

A list of events emitted by the transaction.

Was this page helpful?