Create webhook
This endpoint allows you to create a webhook.
Headers
X-Alchemy-Token
Alchemy Auth token to use the Notify API.
Request
This endpoint expects an object.
network
Network of the webhook
webhook_type
Type of webhook.
webhook_url
URL where requests are sent
graphql_query
app_id
Required for mined and dropped webhooks, optional for address activity or custom webhooks.
addresses
List of addresses to track (required for address activity webhooks).
nft_filters
List of NFT filter objects to track transfer activity for.
nft_metadata_filters
List of NFT metadata filter objects to track metadata updates for.
Response
Returns webhook creation data.
data