Free public JSON API — no key required. CORS is enabled, responses are cached for up to a minute. Build bots, dashboards, or embed live market data anywhere.
/api/v1/marketsList markets. Query params: limit (max 100), offset, status=active|all. Sorted by end date, active first.
curl /api/v1/markets?limit=5/api/v1/markets/:slugOne market with all of its outcomes (sub-markets), volume, rules, and resolution dates.
curl /api/v1/markets/your-market-slug/api/v1/statsPlatform totals: markets, active markets, users, total volume in USD.
curl /api/v1/stats/api/market-makersMarket-makers leaderboard: creators ranked by volume with maker fees earned.
curl /api/market-makersTrading itself happens on-chain through the exchange — these endpoints are read-only market data from this platform. Please cache responses on your side and keep request rates reasonable.