sui_getEvents
POST
/{apiKey}
Returns all events emitted during the execution of a transaction, identified by its digest.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
transaction_digeststringrequiredDigest (ID) of the transaction to retrieve events from.
Responses
200
A list of events emitted by the transaction.
Was this page helpful?