[Webhook]
A list of webhooks belonging to a user.
See Webhook
Show Properties
Show Properties
String!
The ID of the webhook.
WebhookType!
String!
The given name of the webhook.
Int!
The unix timestamp for the time the webhook was created.
AlertRecurrence!
The recurrence of the webhook. Can be
INDEFINITE or ONCE.
See AlertRecurrenceString!
The url to which the webhook message should be sent.
String!
The status of the webhook. Can be
ACTIVE or INACTIVE.WebhookCondition!
The conditions which must be met in order for the webhook to send a message.
See WebhookCondition
Show Properties
Show Properties
PriceEventWebhookCondition
MarketCapEventWebhookCondition
TokenPairEventWebhookCondition
RawTransactionWebhookCondition
TokenPriceEventWebhookCondition
TokenTransferEventWebhookCondition
PredictionTradeWebhookCondition
PredictionMarketMetricsEventWebhookCondition
TokenLaunchEventWebhookCondition
RetrySettings
The settings for retrying failed webhook messages.
See RetrySettings
Show Properties
Show Properties
Int
The maximum time in seconds that the webhook will retry sending a message
Int
The minimum time in seconds that the webhook will wait before retrying a failed message
Int
The maximum time in seconds that the webhook will wait before retrying a failed message
Int
The maximum number of times the webhook will retry sending a message
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).
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.
See PublishingTypeString
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
String
A cursor for use in pagination.
Used By
Returned by- getWebhooks: Returns a user’s list of webhooks.