Alchemy Logo

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-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.

Responses

200

List of addresses and pagination info.

400

Bad Request- The server cannot understand the request.

Was this page helpful?