SDK Notify Methods

List of all Alchemy SDK Notify methods.

Introduction

The Alchemy SDK Notify Methods allow for webhook notifications.

Supported Methods

MethodDescription
getAllWebhooksThis method returns a response object containing all the webhooks.
getAddressesGet all addresses tracked for the provided AddressActivityWebhook. An Address Activity Webhook tracks ETH, ERC20, ERC721, and ERC1155 transfers for the provided addresses.
getNftFiltersGet all NFT filters tracked for the provided NftActivityWebhook, i.e., the "NFT_ACTIVITY".
updateWebhookUpdate an NftActivityWebhook's active status or NFT filters.
createWebhookThis endpoint allows you to create a webhook.
deleteWebhookDelete the provided webhook.
ReadMe