Get all addresses for an Address Activity webhook
GET
https://dashboard.alchemy.com/api/webhook-addresses
Paginated endpoint to list all of the addresses a given Address Activity webhook is subscribed to.
Headers
X-Alchemy-TokenstringrequiredAlchemy Auth token to use the Notify API.
Query Parameters
webhook_idstringrequiredID of the address activity webhook.
limitintegeroptionaldefaults to 100The maximum number of items to return per page.
afterstringoptionalThe cursor that points to the end of the current set of results.
pageKeystringoptionaldefaults to 0Page cursor for the next page.
Responses
200
List of addresses and pagination info.
400
Bad Request- The server cannot understand the request.
Was this page helpful?