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

# Trades

# Historical Trades

**Status:** planned

Historical trades are one of the core sellable datasets.

## What This Resource Should Cover

* Prediction market trades
* Spot venue trades
* Stable timestamps and venue identifiers
* Partition-friendly access by day, symbol, series, or event

## Likely Queries

```http theme={null}
GET /api/v1/historical/trades?symbol=KXBTCD-26JUN1420&from=1719705600000&to=1719792000000
```

```http theme={null}
GET /api/v1/historical/trades?venue=coinbase&symbol=BTC-USD&date=2026-06-14
```

## Packaging Recommendation

* Offer narrow filtered reads through REST
* Offer bulk slices through Parquet exports
* Keep raw event fidelity intact
