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.
This endpoint requires a Growth or Enterprise plan. Learn more . Returns See GetWebhooksResponse A list of webhooks belonging to a user.
See Webhook The type of webhook. Can be PRICE_EVENT, TOKEN_PAIR_EVENT, or RAW_TRANSACTION.
See WebhookType PREDICTION_MARKET_METRICS_EVENT
The given name of the webhook.
The unix timestamp for the time the webhook was created.
The recurrence of the webhook. Can be INDEFINITE or ONCE.
See AlertRecurrence The url to which the webhook message should be sent.
The status of the webhook. Can be ACTIVE or INACTIVE.
The conditions which must be met in order for the webhook to send a message.
See WebhookCondition PriceEventWebhookCondition
PriceEventWebhookCondition
See PriceEventWebhookCondition The price condition that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
The liquidity condition (for the source pair) that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
The volume condition (for the source pair) that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
MarketCapEventWebhookCondition
MarketCapEventWebhookCondition
See MarketCapEventWebhookCondition The market cap condition that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
The circulating market cap condition that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
The liquidity condition (for the source pair) that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
The volume condition (for the source pair) that must be met in order for the webhook to send.
See ComparisonOperator Greater than or equal to.
TokenPairEventWebhookCondition
TokenPairEventWebhookCondition
RawTransactionWebhookCondition
RawTransactionWebhookCondition
See RawTransactionWebhookCondition Trigger the webhook if the contains or doesn’t contain the specified string.
See StringContainsCondition A list of substrings included within the string.
A list of substrings not included within the string.
Do not trigger the webhook if the raw transaction is handled by the TokenPairEvent webhook.
TokenPriceEventWebhookCondition
TokenPriceEventWebhookCondition
TokenTransferEventWebhookCondition
TokenTransferEventWebhookCondition
PredictionTradeWebhookCondition
PredictionTradeWebhookCondition
PredictionMarketMetricsEventWebhookCondition
PredictionMarketMetricsEventWebhookCondition
See PredictionMarketMetricsEventWebhookCondition market
PredictionMarketMetricsEventMarketCondition
Conditions evaluated against market-level aggregate stats. ANDed with other clauses when also present.
See PredictionMarketMetricsEventMarketCondition min5
WindowedPredictionMarketMetricsEventMarketCondition
hour1
WindowedPredictionMarketMetricsEventMarketCondition
hour4
WindowedPredictionMarketMetricsEventMarketCondition
hour12
WindowedPredictionMarketMetricsEventMarketCondition
day1
WindowedPredictionMarketMetricsEventMarketCondition
week1
WindowedPredictionMarketMetricsEventMarketCondition
outcome0
PredictionMarketMetricsEventOutcomeCondition
Conditions evaluated against outcome 0’s stats. ANDed with outcome1 and anyOutcome when also present.
See PredictionMarketMetricsEventOutcomeCondition min5
WindowedPredictionMarketMetricsEventOutcomeCondition
hour1
WindowedPredictionMarketMetricsEventOutcomeCondition
hour4
WindowedPredictionMarketMetricsEventOutcomeCondition
hour12
WindowedPredictionMarketMetricsEventOutcomeCondition
day1
WindowedPredictionMarketMetricsEventOutcomeCondition
week1
WindowedPredictionMarketMetricsEventOutcomeCondition
outcome1
PredictionMarketMetricsEventOutcomeCondition
Conditions evaluated against outcome 1’s stats. ANDed with outcome0 and anyOutcome when also present.
See PredictionMarketMetricsEventOutcomeCondition min5
WindowedPredictionMarketMetricsEventOutcomeCondition
hour1
WindowedPredictionMarketMetricsEventOutcomeCondition
hour4
WindowedPredictionMarketMetricsEventOutcomeCondition
hour12
WindowedPredictionMarketMetricsEventOutcomeCondition
day1
WindowedPredictionMarketMetricsEventOutcomeCondition
week1
WindowedPredictionMarketMetricsEventOutcomeCondition
anyOutcome
PredictionMarketMetricsEventOutcomeCondition
Conditions evaluated against both outcomes; matches if at least one outcome satisfies. ANDed with outcome0 and outcome1 when also present.
See PredictionMarketMetricsEventOutcomeCondition min5
WindowedPredictionMarketMetricsEventOutcomeCondition
hour1
WindowedPredictionMarketMetricsEventOutcomeCondition
hour4
WindowedPredictionMarketMetricsEventOutcomeCondition
hour12
WindowedPredictionMarketMetricsEventOutcomeCondition
day1
WindowedPredictionMarketMetricsEventOutcomeCondition
week1
WindowedPredictionMarketMetricsEventOutcomeCondition
The settings for retrying failed webhook messages.
See RetrySettings The maximum time in seconds that the webhook will retry sending a message
The minimum time in seconds that the webhook will wait before retrying a failed message
The maximum time in seconds that the webhook will wait before retrying a failed message
The maximum number of times the webhook will retry sending a message
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).
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).
The type of publishing for the webhook. If not set, it defaults to SINGLE.
See PublishingType 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
A cursor for use in pagination.
Arguments The cursor to use for pagination.
webhookId: The id of the webhook you want to retrieve.
bucketId: The bucketId of the webhooks you want to retrieve. Note that bucketId and webhookId are mutually exclusive, do not send both.
bucketSortkey: The bucketSortkey of the webhooks you want to retrieve.
limit: The maximum number of webhooks to return.