Polymarket Price Jumps

Polymarket·API catalog

Detect significant price jumps on a Polymarket market by scanning candlestick data bucketed at a chosen resolution. Returns all candle-to-candle moves exceeding the configured threshold, sorted by magnitude.

Request (agent_id 596)

condition_id(string)Hex condition ID of the market. Use Polymarket Markets (574) to find it.
token_id(string)Outcome token ID (side_a_token_id or side_b_token_id from Polymarket Markets for this condition).
outcome(string)Exact outcome label (e.g. 'Yes', 'No', 'Lakers') or 'ALL' for all outcomes.
resolution(string)Candle bucket size. Options: 1m, 5m, 15m, 1h, 4h, 1d
min_change_pct(string)Number; API expects a string.Minimum absolute % price change to qualify as a jump
lookback_hours(string)Integer; API still expects a string.Hours to scan back from now

Result