Polymarket Odds Movers is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).
Returns the top prediction market contracts on Polymarket ranked by the largest price movement within a configurable time window
Polymarket odds movers: active markets ranked by biggest price swing in the last 1h / 24h / 1wk (window param), with yes price, change and direction, best bid/ask, spread, 24h volume, liquidity and end date. The momentum signal prediction bots scan before entering a market. No charge on service failure. Ed25519-signed. $0.10 USDC per call via x402 on Base. Free trial: 3 calls per wallet with header X-WALLET.
A JSON object containing a ranked list of up to 50 Polymarket prediction market contracts sorted by absolute price change. Each market entry includes the slug, question text, direction of move (up/down), new yes price, price change delta, spread, liquidity in USD, 24h volume in USD, and end date. The response also includes aggregate stats: total markets scanned, count of up-movers and down-movers, the time window used, and the single largest absolute move observed.
POSThttps://api.hergertsynthora.com/v1/polymarket-odds-moversUse this endpoint when you need real-time ranked intelligence on which Polymarket prediction markets are moving fastest, rather than fetching all markets or a static snapshot. Prefer it over generic Polymarket API calls when you want pre-filtered, sorted, and enriched mover data with volume and liquidity context in a single call, saving agent-side computation.
| Field | Type | Description |
|---|---|---|
| limit | integer | Max markets (1-50, default 15) |
| window | string | 1h | 24h | 1wk (default 24h) |
| min_volume | number | Min 24h volume USD (default 10000) |
{
"type": "json",
"example": {
"ok": true,
"niche": "polymarket_odds_movers",
"result": {
"count": 15,
"movers": [
{
"slug": "...",
"change": 0.21,
"spread": 0.01,
"end_date": "...",
"question": "...",
"direction": "up",
"yes_price": 0.63,
"liquidity_usd": 80000,
"volume_24h_usd": 150000
}
],
"window": "24h",
"up_count": 9,
"down_count": 6,
"markets_scanned": 400,
"biggest_move_abs": 0.45
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"