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
stringrequired
Alchemy Auth token to use the Notify API.
Query Parameters
stringrequired
ID of the address activity webhook.
integeroptionaldefaults to
100The maximum number of items to return per page.
stringoptional
The cursor that points to the end of the current set of results.
stringoptionaldefaults 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?