Skip to main content
id
String!
required
The ID of the webhook.
webhookType
WebhookType!
required
The type of webhook. Can be PRICE_EVENT, NFT_EVENT, or TOKEN_PAIR_EVENT.
name
String!
required
The given name of the webhook.
created
Int!
required
The unix timestamp for the time the webhook was created.
alertRecurrence
The recurrence of the webhook. Can be INDEFINITE or ONCE.
callbackUrl
String!
required
The url to which the webhook message should be sent.
status
String!
required
The status of the webhook. Can be ACTIVE or INACTIVE.
conditions
The conditions which must be met in order for the webhook to send a message.
retrySettings
The settings for retrying failed webhook messages.
bucketId
String
An optional bucket ID (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).
bucketSortkey
String
An optional bucket sort key (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).
publishingType
The type of publishing for the webhook. If not set, it defaults to SINGLE.
groupId
String
deprecated
The webhook group ID used to group webhooks together for ordered message sending.
This field is deprecated. GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId