---
title: "Candles"
method: GET
path: "/candles/{symbol}"
tags: ["market-data"]
---

# Candles

`GET /candles/{symbol}`

Return OHLCV candles for a symbol over a time range.

## Path parameters

- `symbol` string, required

## Query parameters

- `resolution` string, required
- `fromISO` string, required
- `toISO` string, required

## Response `200`

OK

- CandlesResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `candles` Candle[], nullable, required
    - `baseTokenVolume` string, required
    - `close` string, required
    - `high` string, required
    - `low` string, required
    - `open` string, required
    - `orderbookMidPriceClose` string, required
    - `orderbookMidPriceOpen` string, required
    - `resolution` string, required
    - `startedAt` string, required
    - `startingOpenInterest` string, required
    - `ticker` string, required
    - `trades` integer, required
    - `usdVolume` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/qfex/apis/qfex-rest-api.md) · [All operations](https://skmtc.dev/qfex/apis/qfex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qfex/qfex-rest-api/revisions/19b17e5a1f6b/schema)
