Access real-time consensus probabilities from multiple regulated prediction markets through a single REST API.
See Plans →Summary: REST API for real-time prediction market consensus probabilities. JSON responses, API key authentication, Python and Node.js SDKs available.
Meridian Edge aggregates data from regulated prediction market platforms into a single, normalized API. Instead of managing connections to multiple platforms — each with different schemas, authentication methods, and rate limits — you call one endpoint and get structured, devigged consensus data.
| Endpoint | Returns |
|---|---|
GET /api/v1/consensus | Aggregated probabilities for all active events |
GET /api/v1/opportunities | Events with high cross-platform divergence |
GET /api/v1/markets | All active markets with metadata |
GET /api/v1/settlements/recent | Recently resolved events with outcomes |
GET /api/v1/signals/recent | Recent directional market indicators |
All endpoints return JSON. Authentication is via X-API-Key header. Full reference at docs.html.
{
"event_key": "nba-lakers-celtics-2026-04-01",
"question": "Lakers vs Celtics — Lakers win?",
"probability": 0.41,
"confidence": 0.94,
"sources": 3,
"spread": 0.03,
"vertical": "sports",
"last_updated": "2026-03-28T14:22:00Z"
}
Native SDKs eliminate boilerplate. Both handle authentication, retries, and rate limiting automatically:
pip install meridianedge — Python guidenpm install meridian-edge — JavaScript guideuvx meridian-edge-mcp — AI agent integrationThe API covers 27,000+ active markets across sports (NBA, NHL, NFL, MLB, MLS), politics, economics, and global events. Data updates every 10 minutes, with the full pipeline refreshing in 14 seconds.
The API runs on dedicated infrastructure with 99.9%+ uptime. Live status is always available at status.html. Automated monitoring alerts if any endpoint degrades.
The API returns consensus probabilities, confidence ratings, cross-platform spread, source counts, trend data, divergence opportunities, and settlement outcomes — all aggregated from regulated prediction markets.
The API uses API key authentication via the X-API-Key header. Keys are issued instantly upon signup. Full documentation is at meridianedge.io/docs.html.
No. All data provided through the API is for informational purposes only and does not constitute investment, financial, or trading advice. Prediction market participation involves risk of loss.
Starter plan includes API access, the live dashboard, divergence alerts, and email digests.
See Plans →