---
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.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
