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-Token
Alchemy Auth token to use the Notify API.
Query parameters
webhook_id
ID of the address activity webhook.
limit
The maximum number of items to return per page.
after
The cursor that points to the end of the current set of results.
pageKey
Page cursor for the next page.
Response
List of addresses and pagination info.
data
List of addresses associated with the webhook.
pagination
Pagination information.