Get all webhook NFT filters
Paginated endpoint to list all of the NFT filter objects a given webhook is subscribed to.
Headers
X-Alchemy-Token
Alchemy Auth token to use the Notify API.
Query parameters
webhook_id
ID of the address activity webhook.
limit
The maximum number of items to return per page.
after
The cursor that points to the end of the current set of results.
pageKey
Page cursor for the next page.
Response
Returns a list of nft filter objects.
data
List of NFT filter objects.
pagination
Pagination information.