Skip to main content

FilterType

An enumeration of event types that can be subscribed to by a webhook.

enum FilterType {
PROJECT_CREATED
CUSTOMER_CREATED
CUSTOMER_TREASURY_CREATED
PROJECT_WALLET_CREATED
CUSTOMER_WALLET_CREATED
DROP_CREATED
DROP_MINTED
MINT_TRANSFERED
COLLECTION_CREATED
MINTED_TO_COLLECTION
}

Values

FilterType.PROJECT_CREATED

Event triggered when a new project is created

FilterType.CUSTOMER_CREATED

Event triggered when a new customer is created

FilterType.CUSTOMER_TREASURY_CREATED

Event triggered when a new customer treasury is created

FilterType.PROJECT_WALLET_CREATED

Event triggered when a new wallet is created for a project

FilterType.CUSTOMER_WALLET_CREATED

Event triggered when a new wallet is created for a customer

FilterType.DROP_CREATED

Event triggered when a new drop is created

FilterType.DROP_MINTED

Event triggered when a new drop is minted

FilterType.MINT_TRANSFERED

Event triggered when a mint has been successfully transfered

FilterType.COLLECTION_CREATED

Event triggered when a new collection is created

FilterType.MINTED_TO_COLLECTION

Event triggered when an NFT is minted to a collection

Member of

CreateWebhookInput input ● EditWebhookInput input ● Webhook object