Get all addresses for an Address Activity webhook

Paginated endpoint to list all of the addresses a given Address Activity webhook is subscribed to.

Headers

X-Alchemy-TokenstringRequired
Alchemy Auth token to use the Notify API.

Query parameters

webhook_idstringRequired
ID of the address activity webhook.
limitintegerOptionalDefaults to 100
The maximum number of items to return per page.
afterstringOptional
The cursor that points to the end of the current set of results.
pageKeystringOptionalDefaults to 0
Page cursor for the next page.

Response

List of addresses and pagination info.
datalist of strings or null
List of addresses associated with the webhook.
paginationobject or null
Pagination information.

Errors