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
- Historical Data
- Realtime Data
- Product APIs
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/marketsGET /api/v1/ticksGET /api/v1/orderbookGET /api/v1/backtestPOST /api/v1/research/backtestGET|POST /api/v1/botsGET|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