Developer API

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.

GET/api/v1/markets

List markets. Query params: limit (max 100), offset, status=active|all. Sorted by end date, active first.

curl /api/v1/markets?limit=5
GET/api/v1/markets/:slug

One market with all of its outcomes (sub-markets), volume, rules, and resolution dates.

curl /api/v1/markets/your-market-slug
GET/api/v1/stats

Platform totals: markets, active markets, users, total volume in USD.

curl /api/v1/stats
GET/api/market-makers

Market-makers leaderboard: creators ranked by volume with maker fees earned.

curl /api/market-makers

Trading 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.