Skip to content
Alchemy Logo

/v1/accounts/{address}/events/{creation_number}

GET
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/v1/accounts/{address}/events/{creation_number}

Retrieves events by account address and creation number. Optionally supports pagination via start and limit.

Path Parameters

stringrequired

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

stringrequired

Creation number corresponding to the event stream.

Query Parameters

stringoptional

Sequence number to start retrieving events from.

stringoptional

Maximum number of events to retrieve.

Responses

200

Array of events from the specified stream.

Was this page helpful?