/v1/accounts/{address}/events/{event_handle}/{field_name}
Uses the given account address
, event_handle
, and field_name
to retrieve events emitted to the account that match the corresponding event type.
The combination of these parameters constructs a globally unique event stream identifier.
Pagination is supported via start
and limit
.
⚠ This endpoint is only available with Blast access.
Path parameters
address
Hex-encoded 32-byte Aptos account address, with or without 0x prefix.
event_handle
Struct type name that contains the event handle.
field_name
Field name within the struct that holds the event handle.
Query parameters
start
Starting sequence number of events.
limit
Maximum number of events to return.
Response
Array of events matching the specified type.
version
Ledger version in which the event was emitted.
guid
sequence_number
type
Move type of the event.
data
JSON representation of the event data.