List of all Alchemy SDK Notify methods.
Introduction
The Alchemy SDK Notify Methods allow for webhook notifications.
Supported Methods
Method | Description |
---|---|
getAllWebhooks | This method returns a response object containing all the webhooks. |
getAddresses | Get all addresses tracked for the provided AddressActivityWebhook . An Address Activity Webhook tracks ETH , ERC20 , ERC721 , and ERC1155 transfers for the provided addresses. |
getNftFilters | Get all NFT filters tracked for the provided NftActivityWebhook , i.e., the "NFT_ACTIVITY". |
updateWebhook | Update an NftActivityWebhook's active status or NFT filters. |
createWebhook | This endpoint allows you to create a webhook. |
deleteWebhook | Delete the provided webhook. |