Biggest 24-hour movers
list_moversMarkets whose Fair Probability moved most over the last 24 hours, ranked by absolute move in percentage points, signed so a negative move24hPts means the probability fell. Only markets with a comparable snapshot from ~24h ago appear. USE WHEN asked what changed, what is trending, or which forecasts repriced today. USE SOMETHING ELSE WHEN you want the full path of one market rather than a single 24h delta (get_market_history), or disagreement between venues rather than change over time (list_discrepancies). Read-only. Returns an empty movers array, not an error, when nothing has a 24h comparison yet — that is normal shortly after a market is first ingested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return, largest absolute move first. Defaults to 20. Demo callers get at most 5. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | ||
| movers | No | Ranked by ABSOLUTE move, but `move24hPts` stays signed - read the sign before saying a probability rose. | |
| notice | No | Set INSTEAD of data when the call succeeded but has nothing to return: unknown slug, empty result, a tool not on this tier, or quota spent. Not an error. | |
| source | No | ||
| attribution | No | ||
| generated_at | No | ||
| requests_remaining_today | No |