---
title: "일(Day) 캔들 조회"
method: GET
path: "/candles/days"
---

# 일(Day) 캔들 조회

`GET /candles/days`

지정한 거래 페어의 일 단위 캔들 데이터를 조회합니다.

응답 데이터는 **시간 내림차순**(최신 → 과거)으로 정렬됩니다.

## Query parameters

- `market` string, required
- `to` string
- `count` integer
- `convertingPriceUnit` string

## Response `200`

200

- object[]
  - `market` string — 거래 대상 페어의 고유 심볼 예시) KRW-BTC
  - `candle_date_time_utc` string, date-time — 캔들 기준 시각(UTC)
  - `candle_date_time_kst` string, date-time — 캔들 기준 시각(KST)
  - `opening_price` number, double — 시가
  - `high_price` number, double — 고가
  - `low_price` number, double — 저가
  - `trade_price` number, double — 종가
  - `timestamp` string — 캔들 기간 중 발생한 마지막 거래 시각(Unix timestamp, Unit: ms)
  - `candle_acc_trade_price` number, double — 캔들 기간 중 누적 거래 금액
  - `candle_acc_trade_volume` number, double — 캔들 기간 중 누적 거래량
  - `prev_closing_price` number, double — 전일 종가(UTC 0시 기준)
  - `change_price` number, double — 전일 종가 대비 변화 금액
  - `change_rate` number, double — 전일 종가 대비 변화율
  - `converted_trade_price` number, double — 환산된 종가(`convertingPriceUnit` 요청 시 반환)

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/bithumb/apis/open-api-public.md) · [All operations](https://skmtc.dev/bithumb/apis/open-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bithumb/open-api-public/revisions/9edc2d6e86db/schema)
