NFT Activity Webhook
Get real-time updates when an NFT is transferred from the NFT collections that you track using the NFT Activity webhook
Check the Chains page for details about product and chain support!
Introduction
The NFT Activity webhook allows you to track ERC721 and ERC1155 token contracts for Ethereum, Arbitrum, Optimism and Polygon NFTs. This provides your app with real-time state changes when an NFT is transferred between addresses.
Example Response
When a token (ERC721 or ERC1155) from the token contracts that you are tracking gets transferred, you receive a response from the webhook that looks like this:
Field Definitions
Below you can find descriptions for each field of the response.
How to Set-Up NFT Activity Webhook
- In your [Alchemy Dashboard] (https://dashboard.alchemyapi.io/notify) click the Notify tab.
- Find NFT Activity and click the CREATE WEBHOOK button on the right side of the window.
- Select your CHAIN in the dropdown. Then choose your NETWORK.
- Paste your unique webhook URL into the WEBHOOK URL field.
- Add your NFT ADDRESSES.
- Enter your TOKEN IDS.
- Test your webhook by clicking the TEST WEBHOOK button.
- After the test is successful, click CREATE WEBHOOK. Your webhook appears in the list.
- Check your endpoint to see the responses.
To add/remove addresses from already existing webhooks check out update webhook addresses endpoint.