Event:
Cost: 0.2 credits per delivery
price_spike Cost: 0.2 credits per delivery
price_spike event fires when a position’s raw trade price (not enriched probability) changes by at least your configured percentage within a look-back window. The full payload schema is in the auto-generated Price Spike callback reference; this page documents the filters and matching behavior.
When to use this
- Track abrupt moves in the underlying trade price rather than the enriched probability.
- Alert on price swings only within a probability band you care about.
- Filter out thin moves by requiring minimum transaction and volume activity.
Subscription filters
Add these to thefilters object when you create the subscription.
Example
Notes
window_secssets the look-back window (1–600seconds) over which the change is measured.spike_directioncontrols which moves match:up,down, orboth. Defaults toupwhen omitted.