Coming Soon
Prediction market intelligence, as an API.
Real-time odds, price deltas, source-verified signals, and adjacent market detection —
structured for trading systems, dashboards, and agents.
No spam. We'll email you when the API is ready.
⏱
Live Odds Stream
Polymarket prices updated every 5 min with publish-time vs current deltas in cents.
⚡
Adjacent Markets
Auto-detected correlated markets that haven't repriced yet — the FLAT signal.
☑
Source Verification
Tier 1-3 source classification with confirmation chains. Know when Reuters confirms a rumor.
🚀
Structured JSON
Every field machine-readable. Plug into your bot, dashboard, or trading system in minutes.
// GET /v1/signals?market=us-iran-ceasefire
{
"market": "US-Iran ceasefire by April 30",
"odds_at_publish": 39,
"odds_current": 37,
"delta_cents": -2,
"source": "REUTERS",
"source_tier": 1,
"confirmed_by": ["AP", "TASS"],
"adjacent_flat": [
{ "market": "Iranian regime fall", "odds": 11, "moved": false }
]
}