Rekko AI — Prediction Market Intelligence
The brain for prediction market trading. Rekko AI runs multi-model research pipelines that analyze every angle of a prediction market bet — then delivers actionable intelligence through a structured API. What makes Rekko different from every other prediction market API: CAUSAL DECOMPOSITION Every strategy signal includes a full Bayesian causal path — weighted subclaims with prior/posterior…
Rekko AI — Prediction Market Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| Markets | ||
| GET |
/v1/markets/{platform}/{market_id}/resolution /v1/markets/{platform}/{market_id}/resolution |
Resolution timing, mechanism, and time-value analysis. |
| GET |
/v1/markets/{platform}/{market_id} /v1/markets/{platform}/{market_id} |
Get a single market listing by platform and ID. |
| GET |
/v1/markets/{platform}/{market_id}/history /v1/markets/{platform}/{market_id}/history |
Get historical price and volume data for backtesting. |
| POST |
/v1/screen /v1/screen |
Batch screen markets with lightweight scoring (no LLM pipeline). |
| GET |
/v1/events/{slug} /v1/events/{slug} |
Get a single event with aggregate stats and optionally all its markets. Use ?expand=markets to include individual outcome markets in the response. |
| GET |
/v1/markets /v1/markets |
List current prediction markets with pricing data. Use ?query= to search by keyword (e.g. ?query=bitcoin). Use ?source= to filter by platform. |
| GET |
/v1/events/{slug}/markets /v1/events/{slug}/markets |
List all individual outcome markets within an event. Returns markets sorted by 24h volume descending. |
| GET |
/v1/events/trending /v1/events/trending |
Top prediction market events by trending score. Combines featured status, volume, and recency. Designed for AI agents that want a quick overview of what's hot in prediction… |
| GET |
/v1/markets/{platform}/{market_id}/execution /v1/markets/{platform}/{market_id}/execution |
Optimal trade execution analysis from bid/ask spread patterns. |
| GET |
/v1/events/search /v1/events/search |
Search events using hybrid full-text + semantic vector search. Finds events matching by keyword ("Iran") and by meaning ("US military Middle East" matches "US forces enter… |
| GET |
/v1/events /v1/events |
List prediction market events grouped with aggregate stats. Events group related individual markets (e.g., "Who will leave the Trump administration?" groups 32 individual outcome… |
| Insights | ||
| GET |
/v1/analyses /v1/analyses |
List recent analysis summaries, keyed by market. |
| POST |
/v1/markets/{platform}/{market_id}/analyze /v1/markets/{platform}/{market_id}/analyze |
Start an async analysis for a specific market. Poll the status URL for completion. |
| GET |
/v1/markets/{platform}/{market_id}/analyze/{analysis_id}/status /v1/markets/{platform}/{market_id}/analyze/{analysis_id}/status |
Check the status of an async analysis. |
| GET |
/v1/markets/{platform}/{market_id}/analysis /v1/markets/{platform}/{market_id}/analysis |
Get the latest AI analysis for a market, keyed by platform and market ID. |
| Strategy | ||
| POST |
/v1/signals /v1/signals |
Generate an actionable strategy signal for a market. Default: returns 202 with analysis_id for polling. With ?wait=true: blocks until pipeline completes (30-90 seconds). If a… |
| POST |
/v1/what-if /v1/what-if |
Analyze how a hypothetical scenario would affect a market's probability. Accepts either JSON body or query parameters. Strategy tier ($2.00/call). |
| Portfolio | ||
| POST |
/v1/signals/portfolio /v1/signals/portfolio |
Portfolio-aware strategy signal with correlation analysis and hedge recommendations. |
| POST |
/v1/correlation /v1/correlation |
Cross-market correlation analysis for portfolio diversification. |
| Arbitrage | ||
| GET |
/v1/arbitrage/live /v1/arbitrage/live |
Run a fresh arbitrage scan (may take 10-30 seconds). |
| GET |
/v1/arbitrage /v1/arbitrage |
Get cached arbitrage opportunities with composite scoring. |
| Analytics | ||
| GET |
/v1/health /v1/health |
Health check with data freshness and platform coverage stats. |
| GET |
/v1/calibration /v1/calibration |
Signal accuracy and calibration metrics (free, no auth required). |
| GET |
/v1/pricing /v1/pricing |
Return tier pricing for all feed endpoints (no auth required). |
| GET |
/v1/performance /v1/performance |
Win rate, P&L, ROI, and edge metrics. |
| GET |
/v1/sentiment /v1/sentiment |
Aggregate market sentiment from price momentum and volume trends. |
| GET |
/v1/metrics /v1/metrics |
Internal metrics for tracking acquisition-readiness KPIs. Returns active developers, monthly API calls, calls by tier/auth method, and platform coverage. Admin access only. |
| GET |
/v1/performance/history /v1/performance/history |
Daily P&L time series for equity curve charting. |
| Streaming | ||
| GET |
/v1/stream /v1/stream |
Server-Sent Events stream for real-time market signals. |
| DELETE |
/v1/webhooks/{webhook_id} /v1/webhooks/{webhook_id} |
Unregister a webhook. |
| POST |
/v1/webhooks/create /v1/webhooks |
Register a webhook for real-time event notifications. |
| GET |
/v1/webhooks /v1/webhooks |
List your registered webhooks. |
| Consensus | ||
| GET |
/v1/markets/{platform}/{market_id}/consensus /v1/markets/{platform}/{market_id}/consensus |
Get consensus probability from aggregated agent trades. |
| POST |
/v1/trades/report /v1/trades/report |
Report a trade for consensus probability aggregation. |
| health | ||
| GET |
/health /health |
|
| .well-known | ||
| GET |
/.well-known/mcp/server-card.json /.well-known/mcp/server-card.json |
|
Rekko AI — Prediction Market Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $199 / month | — |
|