---
title: "UIKlines"
method: GET
path: "/api/v3/uiKlines"
tags: ["Market"]
---

# UIKlines

`GET /api/v3/uiKlines`

The request is similar to klines having the same parameters and response.

uiKlines return modified kline data, optimized for presentation of candlestick charts.

Weight(IP): 2

## Query parameters

- `symbol` string, required
- `interval` '1s' | '1m' | '3m' | '5m' | '15m' | '30m' | '1h' | '2h' | '4h' | '6h' | '8h' | '12h' | '1d' | '3d' | '1w' | '1M', required
- `startTime` integer
- `endTime` integer
- `timeZone` string
- `limit` integer

## Response `200`

UIKline data

- array[]
  - union[]
    - union
      - integer
      - string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/versions/0dd2f133e12d/schema)
