Skip to content
Alchemy Logo

/v1/accounts/{address}/events/{event_handle}/{field_name}

GET
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/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.

Path Parameters

stringrequired

Hex-encoded 32-byte Aptos account address, with or without 0x prefix.

stringrequired

Struct type name that contains the event handle.

stringrequired

Field name within the struct that holds the event handle.

Query Parameters

stringoptional

Starting sequence number of events.

stringoptional

Maximum number of events to return.

Responses

200

Array of events matching the specified type.

Was this page helpful?