sui_getEvents
Returns all events emitted during the execution of a transaction, identified by its digest.
Path parameters
apiKey
Request
This endpoint expects an object.
transaction_digest
Digest (ID) of the transaction to retrieve events from.
Response
A list of events emitted by the transaction.
id
Unique identifier for the event within the transaction.
packageId
ID of the Move package emitting the event.
transactionModule
Name of the Move module that emitted the event.
sender
Address of the sender that triggered the event.
type
Fully qualified name of the event type (e.g., package::module::EventName).
parsedJson
Parsed JSON contents of the event payload.
bcsEncoding
Encoding format used for the binary canonical serialization (BCS) payload.
bcs
Base64-encoded BCS data representing the raw event.