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.
Allowed values:
webhook_url
URL where requests are sent
name
Name of the webhook
graphql_query
addresses
List of addresses to track. Required for ADDRESS_ACTIVITY webhook type.
nft_filters
List of NFT filter objects to track. Required for NFT_ACTIVITY webhook type.
Response
Returns webhook creation data.
data