Polymarket Odds Tracker — Live Prediction Market Odds avatar

Polymarket Odds Tracker — Live Prediction Market Odds

Pricing

Pay per usage

Go to Apify Store
Polymarket Odds Tracker — Live Prediction Market Odds

Polymarket Odds Tracker — Live Prediction Market Odds

Live odds for every Polymarket market: politics, sports, crypto, AI, economics. Volume, days until end, top traders. Free Polymarket API. Spot mispriced markets early. PPE $0.001/market.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Polymarket Odds Tracker

Track real-time prediction market odds on Polymarket — elections, crypto, sports, AI, macro events. Filter by tag, volume, end date. No API key required.


What It Does

Polymarket is the largest on-chain prediction market — billions in volume across politics, crypto, sports, and macro events. This Actor extracts live market data:

  • Question + description
  • All outcomes with current prices (implied probability)
  • Best bid / best ask + spread
  • Volume (total + 24h) + liquidity
  • End date + days remaining
  • Tags and category

Filterable by tag (crypto, politics, sports, ai, etc), min volume, sortable by volume / liquidity / end date.


Why This Matters

Prediction markets are the best-aggregated probability source for upcoming events. A 70¢ price on "Will Fed cut in March?" reflects the wisdom of capitalized traders, not pundits.

  • Macro traders — Fed rate decisions, CPI ranges, recession probability
  • Crypto traders — BTC price targets, ETF approvals, token launches
  • News/political — election odds with sub-week granularity
  • AI/tech — AGI timelines, GPT release dates, company outcomes

The official Polymarket UI is great for browsing; this Actor turns it into a programmatic data feed for dashboards, alerts, and bots.


Input

FieldTypeDefaultDescription
tagsstring[][]Filter by tag (crypto, politics, sports, ai). Empty = all
minVolumeUsdinteger10000Min market volume
activeOnlybooleantrueSkip closed/resolved markets
sortBystringvolume_descvolume_desc, liquidity_desc, end_date_asc, created_desc
limitinteger50Max results (1–500)

Example: Top crypto markets

{"tags": ["crypto"], "minVolumeUsd": 100000, "sortBy": "volume_desc"}

Example: Soon-expiring high-liquidity markets

{"sortBy": "end_date_asc", "minVolumeUsd": 500000, "limit": 20}

Output

{
"id": "0x...",
"slug": "will-btc-hit-100k-by-end-of-march-2026",
"question": "Will BTC hit $100K by end of March 2026?",
"category": "Crypto",
"tags": ["Crypto", "Bitcoin"],
"active": true,
"end_date": "2026-03-31T23:59:00Z",
"days_until_end": 124.5,
"volume_usd": 4250000,
"volume_24h_usd": 82000,
"liquidity_usd": 850000,
"best_bid": 0.34,
"best_ask": 0.36,
"spread": 0.02,
"outcomes": [
{"name": "Yes", "price": 0.35, "implied_pct": 35.0},
{"name": "No", "price": 0.65, "implied_pct": 65.0}
],
"leading_outcome": {"name": "No", "price": 0.65, "implied_pct": 65.0},
"polymarket_url": "https://polymarket.com/event/..."
}

Pricing

  • $0.001 per market returned

Examples:

  • Top 50 crypto markets: $0.05
  • Full sweep 500 markets: $0.50

Data Source

Polymarket Gamma API — official public endpoint, no auth.




🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset20
Dataset (JSON)https://api.apify.com/v2/datasets/jHUhSh78nAX65BctH/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/jHUhSh78nAX65BctH/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/Uahls6Np1m9sQ6kyl/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/Soaxu48HNbpvYvPbm

Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.

Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.

Feedback

Leave a review on Apify Store