---
title: "OHLCV for a symbol"
method: GET
path: "/markets/klines"
tags: ["Markets"]
---

# OHLCV for a symbol

`GET /markets/klines`

Klines for a symbol

## Query parameters

- `end_at` integer, required
- `price_kind` 'last' | 'mark' | 'underlying'
- `resolution` string, required
- `start_at` integer, required
- `symbol` string, required

## Other responses

- `400` — Bad Request

## Changes

- **2025-12-24** `846a2e2b455b` — 1 info
  - added the media type `application/json` for the response with the status `400`

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/markets/klines/get.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/846a2e2b455b?raw)
