---
title: "체결(Trade) 내역 조회"
method: GET
path: "/trades/ticks"
---

# 체결(Trade) 내역 조회

`GET /trades/ticks`

최근 체결된 거래 내역을 조회합니다.

## Query parameters

- `market` string, required
- `to` string
- `count` integer
- `cursor` string
- `daysAgo` integer

## Response `200`

200

- object[]
  - `market` string — 거래 대상 페어의 고유 심볼 예시) KRW-BTC
  - `trade_date_utc` string — 체결 일자(UTC) 형식) yyyy-MM-dd
  - `trade_time_utc` string — 체결 시각(UTC) 형식) HH:mm:ss
  - `timestamp` string, int64 — 체결 시각(Unix timestamp, Unit: ms)
  - `trade_price` number, double — 체결 가격
  - `trade_volume` number, double — 체결량
  - `prev_closing_price` number, double — 전일 종가(UTC 0시 기준)
  - `change_price` number, double — 전일 종가 대비 변화 금액
  - `ask_bid` 'BID' | 'ASK' — 주문 종류 - `BID`: 매수 - `ASK`: 매도
  - `sequential_id` integer — 체결 고유 ID. 체결의 유일성을 식별하는 값으로 사용할 수 있으나 체결 순서를 보장하지 않습니다.

## 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)
