Skip to main content

Forecast API

Forecast packages prediction-market infrastructure into one developer surface:
  • historical market data
  • realtime market data
  • product APIs for bots, backtests, and strategies

Get Started

Make a first request, choose an auth mode, and see multi-language examples.

API Reference

Explore the key live endpoints with request and response examples.

Historical Products

See how the archive should be packaged for customers and researchers.

Product model

Forecast’s historical layer is the archive product: markets, trades, candles, and eventually deeper order-book coverage. The delivery model should support both filtered APIs and bulk Parquet export.

What is live now

  • GET /api/v1/markets
  • GET /api/v1/ticks
  • GET /api/v1/orderbook
  • GET /api/v1/backtest
  • POST /api/v1/research/backtest
  • GET|POST /api/v1/bots
  • GET|POST /api/v1/strategies

Documentation approach

These docs now use the Mintlify patterns that matter most for API products:
  • manual API pages for custom introductions and caveats
  • sidebar request and response examples
  • tabbed multi-language samples
  • typed parameter and response fields
That gives Forecast strong narrative docs now without waiting for a perfect OpenAPI surface.