/v1/accounts/{address}/events/{creation_number}
Retrieves events by account address and creation number. Optionally supports pagination via start
and limit
.
⚠ This endpoint is only available with Blast access.
Path parameters
address
Address receiving the events (32-byte hex-encoded).
creation_number
Creation number corresponding to the event stream.
Query parameters
start
Sequence number to start retrieving events from.
limit
Maximum number of events to retrieve.
Response
Array of events from the specified stream.
version
Ledger version in which the event was emitted.
guid
sequence_number
type
Move type of the event data.
data
The actual event data.