Event:
Cost: 0.1 credits per delivery
event_metrics Cost: 0.1 credits per delivery
event_metrics callback fires when an event’s aggregated metrics cross your thresholds within a timeframe. The full payload schema is in the auto-generated Event Metrics callback reference; this page documents the filters and matching behavior.
When to use this
- Detect when total volume across all markets in an event crosses a threshold inside a rolling window.
- Track fee accrual or transaction count at the event level rather than per market.
- Drive “hot event” alerts while excluding noisy short-term Up/Down markets.
Subscription filters
Add these to thefilters object when you create the subscription.
Example
Notes
timeframesselects which rolling windows are evaluated; the event fires when the thresholds are met in any listed window.- Set
exclude_shortterm_marketsto drop high-churn Up/Down markets from the aggregation.