- Check the current status of a webhook
- View the webhook’s configuration and filters
- Verify when a webhook was created or last updated
Headers
Used for authenticating requests. Provide an API key with a purpose of Sim API. See Authentication.
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"