---
title: "Get market history"
method: GET
path: "/markets/{base}/{quote}/history"
tags: ["Markets"]
---

# Get market history

`GET /markets/{base}/{quote}/history`

Retrieves historical market data for the specified base and quote currencies, with an optional interval.

## Path parameters

- `base` string, required
- `quote` string, required

## Query parameters

- `interval` number

## Response `200`

OK

- FxModelsMarketHistoryDatapoint[]
  - `date` string
  - `rate` number, double

---

[API](https://skmtc.net/due/apis/accounts-api.md) · [All operations](https://skmtc.net/due/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/due/accounts-api/revisions/26eaea5b64df/schema)
