# Rekko AI ## Docs - [Dashboard](https://rekko.ai/docs/account/dashboard.md): Manage your API key, monitor usage, and upgrade your plan. - [Plans](https://rekko.ai/docs/account/plans.md): Free, Pro, and Enterprise plan details. - [Quotas](https://rekko.ai/docs/account/quotas.md): Monthly usage quotas, enforcement, and reset dates. - [Rate Limits](https://rekko.ai/docs/account/rate-limits.md): Per-endpoint rate limits and how to handle 429 responses. - [Calibration Report](https://rekko.ai/docs/api-reference/analytics/calibration.md): Signal accuracy and calibration metrics (free, no auth required). - [Performance Summary](https://rekko.ai/docs/api-reference/analytics/performance.md): Win rate, P&L, ROI, and edge metrics. - [Performance History](https://rekko.ai/docs/api-reference/analytics/performance-history.md): Daily P&L time series for equity curve charting. - [Market Sentiment](https://rekko.ai/docs/api-reference/analytics/sentiment.md): Aggregate market sentiment from price momentum and volume trends. - [Get Consensus](https://rekko.ai/docs/api-reference/consensus/get-consensus.md): Get consensus probability from aggregated agent trades. - [Report Trade](https://rekko.ai/docs/api-reference/consensus/report-trade.md): Report a trade for consensus probability aggregation. - [Get My Profile](https://rekko.ai/docs/api-reference/customers/me.md) - [Sign Up](https://rekko.ai/docs/api-reference/customers/signup.md) - [Arbitrage Feed](https://rekko.ai/docs/api-reference/deep/arbitrage.md): Get cached arbitrage opportunities with composite scoring. - [Arbitrage Live Scan](https://rekko.ai/docs/api-reference/deep/arbitrage-live.md): Run a fresh arbitrage scan (may take 10-30 seconds). - [Correlation Analysis](https://rekko.ai/docs/api-reference/deep/correlation.md): Cross-market correlation analysis for portfolio diversification. - [Resolution Intelligence](https://rekko.ai/docs/api-reference/deep/resolution.md): Resolution timing, mechanism, and time-value analysis. - [Event Markets](https://rekko.ai/docs/api-reference/events/event-markets.md): List all individual outcome markets within an event. - [Get Event](https://rekko.ai/docs/api-reference/events/get-event.md): Get a single event with aggregate stats and optionally all its markets. - [List Events](https://rekko.ai/docs/api-reference/events/list-events.md): List prediction market events grouped with aggregate stats. - [Search Events](https://rekko.ai/docs/api-reference/events/search-events.md): Search events using hybrid full-text + semantic vector search. - [Trending Events](https://rekko.ai/docs/api-reference/events/trending-events.md): Top prediction market events by trending score. - [Get Analysis](https://rekko.ai/docs/api-reference/insights/get-analysis.md): Get the latest AI analysis for a market, keyed by platform and market ID. - [List Analyses](https://rekko.ai/docs/api-reference/insights/list-analyses.md): List recent analysis summaries, keyed by market. - [Poll Analysis Status](https://rekko.ai/docs/api-reference/insights/poll-status.md): Check the status of an async analysis. - [Screen Markets](https://rekko.ai/docs/api-reference/insights/screen-markets.md): Batch screen markets with lightweight scoring (no LLM pipeline). - [Trigger Analysis](https://rekko.ai/docs/api-reference/insights/trigger-analysis.md): Start an async analysis for a specific market. Poll the status URL for completion. - [API Reference](https://rekko.ai/docs/api-reference/introduction.md): Complete reference for the Rekko AI prediction market intelligence API. - [Get Market](https://rekko.ai/docs/api-reference/markets/get-market.md): Get a single market listing by platform and ID. - [List Markets](https://rekko.ai/docs/api-reference/markets/list-markets.md): List current prediction markets with pricing data. - [Market History](https://rekko.ai/docs/api-reference/markets/market-history.md): Get historical price and volume data for backtesting. - [Execution Guidance](https://rekko.ai/docs/api-reference/strategy/execution-guidance.md): Optimal trade execution analysis from bid/ask spread patterns. - [Generate Signal](https://rekko.ai/docs/api-reference/strategy/generate-signal.md): Generate an actionable strategy signal for a market. - [Portfolio Signal](https://rekko.ai/docs/api-reference/strategy/portfolio-signal.md): Portfolio-aware strategy signal with correlation analysis and hedge recommendations. - [Create Webhook](https://rekko.ai/docs/api-reference/streaming/create-webhook.md): Register a webhook for real-time event notifications. - [Delete Webhook](https://rekko.ai/docs/api-reference/streaming/delete-webhook.md): Unregister a webhook. - [List Webhooks](https://rekko.ai/docs/api-reference/streaming/list-webhooks.md): List your registered webhooks. - [SSE Event Stream](https://rekko.ai/docs/api-reference/streaming/sse-stream.md): Server-Sent Events stream for real-time market signals. - [Authentication](https://rekko.ai/docs/authentication.md): How to authenticate with the Rekko AI API. - [Analysis Pipeline](https://rekko.ai/docs/concepts/analysis-pipeline.md): How Rekko's async research pipeline works. - [Causal Decomposition](https://rekko.ai/docs/concepts/causal-decomposition.md): How Rekko breaks down probability into explainable causal factors. - [Expand Parameter](https://rekko.ai/docs/concepts/expand-parameter.md): Request additional nested data with ?expand=. - [Markets](https://rekko.ai/docs/concepts/markets.md): How prediction markets work in the Rekko API. - [Signals](https://rekko.ai/docs/concepts/signals.md): Anatomy of a trading signal — recommendation, edge, sizing, and risk. - [Bayesian Analysis for Prediction Markets](https://rekko.ai/docs/guides/bayesian-analysis-prediction-markets.md): How to apply Bayesian reasoning to prediction markets. Prior estimation, evidence updating, causal factor decomposition, and automated Bayesian analysis via API. - [Build a Trading Bot with Python](https://rekko.ai/docs/guides/build-trading-bot-python.md): Step-by-step tutorial to build a prediction market trading bot in Python. Screen markets, get AI analysis, generate signals with Kelly sizing, and track performance. - [Kalshi API Guide](https://rekko.ai/docs/guides/kalshi-api-guide.md): Complete guide to the Kalshi prediction market API. Authentication with RSA-PSS, REST endpoints, market data, order placement, Python examples, and how to add AI-powered analysis. - [Kelly Criterion Position Sizing](https://rekko.ai/docs/guides/kelly-criterion-position-sizing.md): How to use the Kelly criterion to size prediction market positions. Full Kelly, fractional Kelly, and portfolio Kelly with code examples. Automated sizing via the Rekko API. - [Manifold Markets API Guide](https://rekko.ai/docs/guides/manifold-markets-api-guide.md): Guide to the Manifold Markets API for play-money prediction markets. REST endpoints, market creation, and when to use real-money platforms like Kalshi and Polymarket instead. - [MCP Trading Workflow](https://rekko.ai/docs/guides/mcp-trading-workflow.md): Use Rekko's MCP server to research prediction markets from your AI coding assistant. Install rekko-mcp, browse markets, run deep analysis, find arbitrage, and manage a portfolio — all via natural language. - [Polymarket API Guide](https://rekko.ai/docs/guides/polymarket-api-guide.md): Complete guide to the Polymarket prediction market API. CLOB order book, Gamma Markets API, py-clob-client SDK, condition IDs, authentication, and how to add AI analysis. - [Prediction Market APIs Compared](https://rekko.ai/docs/guides/prediction-market-api-comparison.md): Compare prediction market APIs across Kalshi, Polymarket, Robinhood, and Coinbase. Authentication, endpoints, rate limits, Python SDKs, and how to unify them. - [Cross-Platform Arbitrage](https://rekko.ai/docs/guides/prediction-market-arbitrage.md): How to find and exploit prediction market arbitrage between Kalshi and Polymarket. Spread calculation, fee accounting, execution risk, and automated scanning with code examples. - [PredictIt Alternatives](https://rekko.ai/docs/guides/predictit-alternatives.md): PredictIt is winding down. Here are the active prediction market platforms in 2026: Kalshi, Polymarket, and Robinhood. API access, trading features, and how to migrate. - [Webhooks and SSE Streaming](https://rekko.ai/docs/guides/webhooks-streaming.md): How to get real-time prediction market data via webhooks and Server-Sent Events. Price shift alerts, whale trade detection, and analysis completion notifications with code examples. - [Prediction Market Intelligence API](https://rekko.ai/docs/index.md): Deep AI research, causal analysis, and trading signals for Kalshi, Polymarket, Robinhood, and Coinbase. - [Claude Code Setup](https://rekko.ai/docs/integrations/mcp/claude-code.md): Add Rekko MCP tools to Claude Code. - [Cursor Setup](https://rekko.ai/docs/integrations/mcp/cursor.md): Add Rekko MCP tools to Cursor IDE. - [MCP Server](https://rekko.ai/docs/integrations/mcp/overview.md): Use Rekko tools natively in AI coding assistants via the Model Context Protocol. - [Tools Reference](https://rekko.ai/docs/integrations/mcp/tools-reference.md): Complete reference for all Rekko MCP tools. - [OpenClaw Skills](https://rekko.ai/docs/integrations/openclaw/overview.md): Use Rekko as an intelligence skill in the OpenClaw agent ecosystem. - [Python Client](https://rekko.ai/docs/integrations/openclaw/python-client.md): RekkoClient — async HTTP client with x402 payment support. - [Quickstart](https://rekko.ai/docs/integrations/openclaw/quickstart.md): Get your first Rekko signal in 5 minutes. - [Postman Collection](https://rekko.ai/docs/integrations/postman/overview.md): Import the full Rekko AI API into Postman with one click. - [RapidAPI](https://rekko.ai/docs/integrations/rapidapi/overview.md): Access Rekko AI through the RapidAPI marketplace. - [x402 Micropayments](https://rekko.ai/docs/integrations/x402/overview.md): Pay per API call with USDC on Base L2 — no subscription required. - [Pricing](https://rekko.ai/docs/pricing.md): Endpoint tiers, subscription plans, and usage quotas. - [Quickstart](https://rekko.ai/docs/quickstart.md): Get your API key and make your first call in under 5 minutes. ## OpenAPI Specs - [openapi](https://rekko.ai/docs/openapi.json) ## Optional - [API Status](https://api.rekko.ai/health)