---
title: "Get OHLC candles (floor price & active listings)"
method: GET
path: "/tv/history"
---

# Get OHLC candles (floor price & active listings)

`GET /tv/history`

## Query parameters

- `symbol` string, required
- `resolution` string, required
- `from` string, required
- `to` string, required
- `countback` string, required

## Response `200`

200

- object
  - `s` string
  - `t` integer[]
  - `o` integer[]
  - `c` integer[]
  - `h` integer[]
  - `l` integer[]
  - `v` integer[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/versions/9b2ca326bf47/schema)
