Get Webhook
Retrieve detailed information about a specific webhook subscription.
Retrieves the complete configuration and metadata for a specific webhook subscription. Use this endpoint to: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.
- Check the current status of a webhook
- View the webhook’s configuration and filters
- Verify when a webhook was created or last updated
Authorizations
API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.
Path Parameters
The unique identifier of the webhook.
Response
Webhook details.
The unique identifier for the webhook.
The team ID that owns this webhook.
A descriptive name for the webhook.
The type of onchain event to subscribe to.
transactions, activities, balances The URL where webhook payloads will be sent.
Whether the webhook is currently active.
When the webhook was created.
When the webhook was last updated.
Filter events to specific chain IDs. If null, all supported chains are included.
For transaction webhooks, filter by sender or receiver.
sender, receiver Filter transactions by counterparty address.
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
For activity webhooks, filter by specific activity type.
approve, mint, burn, receive, send, swap, call Filter by asset type.
native, erc20, erc721, erc1155 Filter events to a specific token address.
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"