What Predexy gives you
Cross-platform arbitrage detection. Predexy scans all seven venues continuously and surfaces opportunities where the same question is priced differently across platforms. Each opportunity is scored 0–100 and classified asactionable, informational, or noise based on spread magnitude, liquidity depth, 24-hour volume, and time to market expiry.
Unified market index. Every canonical question gets a volume-weighted index price — a consensus probability computed from all platforms listing that question. You also get per-platform prices, divergence metrics, and the cheapest buy price across the board, so your research or UI always reflects the full picture.
Semantic question matching. Predexy uses embedding-based matching to link the same question across platforms even when the wording differs (for example, “Bitcoin to $100k before 2026?” on Polymarket and “Will BTC hit six figures by end of 2025?” on Manifold). You query the canonical question once and get all linked markets back.
Supported platforms
Predexy currently indexes seven prediction market venues:| Platform | Slug |
|---|---|
| Polymarket | polymarket |
| Limitless | limitless |
| Predict.fun | predictfun |
| Manifold | manifold |
| PredictIt | predictit |
| Azuro | azuro |
| Drift | drift |
Common use cases
- Trading bots — Poll
GET /api/v1/external/arbitrage/opportunitieson a schedule using an API key, filter forclassification=actionable, and feed results into your execution layer. - Research dashboards — Use the discovery endpoint to display a unified view of active markets with index prices and divergence scores, without building separate connectors for each venue.
- Arbitrage detection tools — Subscribe to the arbitrage feed and route
STRICT-guarantee opportunities to one workflow andQUASIto another based on your risk tolerance. - Portfolio trackers — Query per-platform market data to reconcile open positions across venues in a single data model.
Base URL
All API requests go to:https://staging-api.predexy.com for testing without affecting production data.
API keys are required for the external arbitrage endpoint and programmatic access. You can create keys in the Developer Console after registering an account.
Where to go next
Quickstart
Make your first API call in five minutes — register, create a key, and fetch arbitrage opportunities.
Authentication
Learn how API keys and session tokens work, and how to pass credentials in your requests.
API Reference
Full reference for every endpoint, request schema, and response field.
