Everything you need to use Predex — the world's prediction market. Build, integrate, and forecast.
Make your first prediction in under 2 minutes. Quick setup guide for new users.
Learn how prediction markets function, resolution mechanics, and payout system.
REST API endpoints for market data, events, and predictions. Free to use.
Smart contracts, wallet custody, and best practices for safe participation.
Frequently asked questions about fees, settlements, withdrawals, and more.
What we're building next. Upcoming features and platform milestones.
Access real-time market data, events, and AI predictions through our public API. Free to use, no authentication required for read-only endpoints.
// Fetch active marketsconstres=awaitfetch('https://api.predexmarkets.com/api/events');const{ events }=awaitres.json();// Returns:{"events": [ {"id":"...","title":"Will BTC hit $150K?","category":"crypto","yesPool":2450,"noPool":1200,"endDate":"2026-12-31"} ] }