Create webhook

This endpoint allows you to create a webhook.

Headers

X-Alchemy-TokenstringRequired
Alchemy Auth token to use the Notify API.

Request

This endpoint expects an object.
networkenumRequired
Network of the webhook
webhook_typeenumRequired
Type of webhook.
webhook_urlstringRequired
URL where requests are sent
graphql_querystring or objectOptional
app_idstringOptional
Required for mined and dropped webhooks, optional for address activity or custom webhooks.
addresseslist of stringsOptional

List of addresses to track (required for address activity webhooks).

nft_filterslist of objectsOptional
List of NFT filter objects to track transfer activity for.
nft_metadata_filterslist of objectsOptional
List of NFT metadata filter objects to track metadata updates for.

Response

Returns webhook creation data.
dataobject or null

Errors