---
title: "Get price history for specific market line prices"
method: GET
path: "/api/v2/markets/history"
tags: ["V2 Markets"]
---

# Get price history for specific market line prices

`GET /api/v2/markets/history`

## Query parameters

- `market_line_price_ids` string, required
- `from` string, date-time
- `to` string, date-time
- `limit` integer

## Response `200`

Price history

- MarketHistoryResponse
  - `meta` object
    - `event_id` string
    - `market_id` integer
    - `count` integer
  - `history` MarketLinePriceHistory[]
    - `id` integer
    - `market_line_price_id` integer
    - `event_id` string
    - `sport_id` integer
    - `affiliate_id` integer
    - `market_participant_id` integer
    - `market_id` integer
    - `line` string
    - `price` string
    - `previous_price` string, nullable
    - `closed_at` string, date-time, nullable
    - `change_type` string — Type of change (e.g., "price_change", "new", "closed")
    - `updated_at` string, date-time

---

[API](https://skmtc.net/therundown/apis/therundown-sports-api.md) · [All operations](https://skmtc.net/therundown/apis/therundown-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/therundown/therundown-sports-api/revisions/5aa0aa5c5f66/schema)
