/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

addressstringRequired

Address receiving the events (32-byte hex-encoded).

creation_numberstringRequired
Creation number corresponding to the event stream.

Query parameters

startstringOptional
Sequence number to start retrieving events from.
limitstringOptional
Maximum number of events to retrieve.

Response

Array of events from the specified stream.
versionstring or null
Ledger version in which the event was emitted.
guidobject or null
sequence_numberstring or null
typestring or null
Move type of the event data.
dataobject or null
The actual event data.