> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useforecast.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Markets

# Historical Markets

**Status:** planned

Historical markets should act as the reference layer for everything else.

## What This Resource Should Cover

* Market metadata over time
* Resolution timestamps
* Venue and category fields
* Canonical identifiers across datasets

## Likely Queries

```http theme={null}
GET /api/v1/historical/markets?source=kalshi&from=1719705600000&to=1719792000000
```

```http theme={null}
GET /api/v1/historical/markets?category=crypto&limit=500
```

## Notes

* This page is intentionally product-shaped, not route-locked yet.
* Keep this resource separate from the live `GET /api/v1/markets` surface.
