TypeScript shape
interface GetWebhooksResponse {
items: Webhook[] | null;
cursor: string | null;
}
[Webhook!]!
Page of webhooks owned by the calling API key, newest first. See Webhook.
Show View fields (Webhook)
Show View fields (Webhook)
String!
Webhook id (UUID).
WebhookType!
Webhook category. See WebhookType.
String!
User-supplied webhook name.
Int!
Creation timestamp (unix seconds).
AlertRecurrence!
Whether the webhook fires once or indefinitely. See AlertRecurrence.
String!
Destination URL for delivery.
String!
Webhook status (e.g.
active).WebhookCondition!
Match conditions. Union — discriminate via
__typename. See WebhookCondition.Show View variants (WebhookCondition)
Show View variants (WebhookCondition)
object
Pair-level event conditions. See TokenPairEventWebhookCondition.
object
Token-price threshold conditions. See TokenPriceEventWebhookCondition.
object
Market-cap threshold conditions. See MarketCapEventWebhookCondition.
object
Token-transfer conditions. See TokenTransferEventWebhookCondition.
RetrySettings
Optional retry policy. See RetrySettings.
BucketKey
PublishingType
How matched events are published. See PublishingType.
String
Opaque cursor for the next page.
null when the result fits in a single page.