Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Webhook category. See WebhookType.Show View values (WebhookType)
Pair-level events (swap / mint / burn).
Token-price threshold events.
Market-cap threshold events.
User-supplied webhook name.
Creation timestamp (unix seconds).
Whether the webhook fires once or indefinitely. See AlertRecurrence.Show View values (AlertRecurrence)
Fires every time conditions match.
Fires once and is then disabled.
Destination URL for delivery.
Webhook status (e.g. active).
Match conditions. Union — discriminate via __typename. See WebhookCondition.Show View variants (WebhookCondition)
TokenPairEventWebhookCondition
TokenPriceEventWebhookCondition
MarketCapEventWebhookCondition
TokenTransferEventWebhookCondition
Optional retry policy. See RetrySettings.Show View fields (RetrySettings)
Max delivery window (seconds).
Minimum delay between retries (seconds).
Maximum delay between retries (seconds).
Maximum number of retry attempts.
Optional bucket grouping for batched delivery. See BucketKey.Show View fields (BucketKey)
Sort key within the bucket.
How matched events are published. See PublishingType.Show View values (PublishingType)
Events delivered in batches.
Each event delivered individually.