Detect price jumps
Scan candles for significant price movements. Returns jumps with from/to timestamps in milliseconds, directly usable as trades API time range parameters to identify traders who traded before or during the movement.
Query Parameters
Market condition ID (one of condition_id or market_slug required)
Market slug (resolved to condition_id)
Candle resolution in minutes: 1, 5, 15, 30, 60, 240 (default: 15)
1, 5, 15, 30, 60, 240 Minimum relative percent change to qualify as a jump (default: 10.0)
Number of candles to scan back from now (default: 1440, max: 2500)
Offset in candles from now — window is [now - (lookback + offset) * resolution, now - offset * resolution] (default: 0)
Response
Price jumps sorted by timestamp descending
Window start timestamp.
x >= 0Window end timestamp.
x >= 0Price before.
Price after.
Change percent.
Direction.
Volume.
Trades count.
Condition ID.