Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

id
String!
The ID of the webhook.
webhookType
WebhookType!
The type of webhook. Can be PRICE_EVENT, TOKEN_PAIR_EVENT, or RAW_TRANSACTION. See WebhookType
name
String!
The given name of the webhook.
created
Int!
The unix timestamp for the time the webhook was created.
alertRecurrence
AlertRecurrence!
The recurrence of the webhook. Can be INDEFINITE or ONCE. See AlertRecurrence
callbackUrl
String!
The url to which the webhook message should be sent.
status
String!
The status of the webhook. Can be ACTIVE or INACTIVE.
conditions
WebhookCondition!
union
The conditions which must be met in order for the webhook to send a message. See WebhookCondition
retrySettings
RetrySettings
The settings for retrying failed webhook messages. See RetrySettings
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
PublishingType
The type of publishing for the webhook. If not set, it defaults to SINGLE. See PublishingType
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

Used By

Returned by
  • createWebhooks: Create event webhooks for price, token/pair, transfer, market cap, and prediction market trades.
  • getWebhooks: Returns a user’s list of webhooks.