---
title: "GET /prices/ohlcv"
method: GET
path: "/prices/ohlcv"
tags: ["Prices"]
---

# GET /prices/ohlcv

`GET /prices/ohlcv`

## Query parameters

- `symbol` string, required
- `timeframe` string, required
- `limit` number, double
- `since` number, double

## Response `200`

Success

- OhlcvCandle[]
  - `close` string, required
  - `low` string, required
  - `high` string, required
  - `open` string, required
  - `timestamp` number, double, required

## Other responses

- `400` — Bad Request - Invalid parameters
- `500` — Internal Server Error

---

[API](https://skmtc.net/gmx/apis/gmx-io-gmx-public-api.md) · [All operations](https://skmtc.net/gmx/apis/gmx-io-gmx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmx/gmx-io-gmx-public-api/revisions/b3be06047493/schema)
