---
title: "Get Historical Prices"
method: GET
path: "/markets/{slug}/historical-price"
tags: ["Trading"]
---

# Get Historical Prices

`GET /markets/{slug}/historical-price`

Retrieve historical price data for a specific market with configurable time intervals

## Path parameters

- `slug` string, required

## Query parameters

- `to` string
- `from` string
- `interval` '1h' | '6h' | '1d' | '1w' | '1m' | 'all'

## Response `200`

Historical price data

- object[]
  - `title` string
  - `prices` object[]
    - `price` number
    - `timestamp` string

---

[API](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/revisions/20e1fd747a5c?raw)
