Skip to main content
String!
required
The name of the webhook (max 128 characters).
String!
required
The url to which the webhook message should be sent.
String!
required
A string value to hash along with deduplicationId using SHA-256. Included in the webhook message for added security.
AlertRecurrence!
required
The recurrence of the webhook. Can be INDEFINITE or ONCE. See AlertRecurrence
TokenLaunchEventWebhookConditionInput!
required
The conditions which must be met in order for the webhook to send a message. See TokenLaunchEventWebhookConditionInput
RetrySettingsInput
The settings for retrying failed webhook messages. See RetrySettingsInput
BucketKeyInput
An optional bucket key for grouping and querying webhooks. See BucketKeyInput
PublishingType
The type of publishing for the webhook. If not set, it defaults to SINGLE. See PublishingType
Boolean
If enabled, new webhooks won’t be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.

Used By

Used as input by
  • createWebhooks: Create event webhooks for price, token/pair, transfer, market cap, and prediction market trades.