Module notify

Source
Expand description

Notify API.

Structs§

CreateWebhook
This endpoint allows you to create a webhook.
DeleteWebhook
Allows you to delete a webhook.
EmptyResponse
Returns empty object.
GetAllWebhooks
This endpoint allows you to get all webhooks on your team.
GetAllWebhooksResponse
List of webhook objects.
GetWebhookAddresses
Paginated endpoint to list all of the addresses a given Address Activity webhook is subscribed to.
GetWebhookAddressesResponse
List of addresses and pagination info.
GetWebhookNftFilters
Paginated endpoint to list all of the NFT filter objects a given webhook is subscribed to.
GetWebhookNftFiltersResponse
Returns a list of nft filter objects.
ReplaceWebhookAddresses
Replace entire list of addresses tracked in a given webhook.
UpdateWebhook
Allows you to set status of webhooks to active or inactive.
UpdateWebhookAddresses
Add or remove addresses from a specific webhook.
UpdateWebhookNftFilters
Add and remove webhook NFT filters.
UpdateWebhookNftMetadataFilters
Add and remove NFT metadata webhook filters.
Webhook
Webhook information.
WebhookResponse
Returns webhook creation data/updated webhook status.

Enums§

WebhookType
Webhook version (v1 or v2)
WebhookVersion
Webhook version (v1 or v2)