Get webhook addresses
Subscriptions
Get Webhook Addresses
Retrieve the list of addresses currently subscribed to a webhook.
GET
Get webhook addresses
Returns a paginated list of all wallet addresses that are currently subscribed to the specified webhook. This is useful for:Documentation Index
Fetch the complete documentation index at: https://docs.sim.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
- Auditing which addresses are being monitored
- Verifying address subscriptions
- Exporting your subscription list
Pagination
This endpoint uses cursor-based pagination. Use thelimit parameter to control page size, and pass the next_offset value from the response as the offset parameter to retrieve the next page.
Authorizations
API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.
Path Parameters
The unique identifier of the webhook.
Query Parameters
Number of results to return. Defaults to 100.
The offset to paginate through result sets.