get https://api.upbit.com/v1/trades/ticks
Request Parameters
Field Name | Description | Type |
---|---|---|
market * | Market ID (ex. KRW-BTC) | String |
to | Last trade time. Format: [HHmmss 또는 HH:mm:ss] . If left empty, the most recent data will be requested. | String |
count | Trade amt | Integer |
cursor | Pagenation cursor (sequential_id) | String |
daysAgo | 최근 체결 날짜 기준 7일 이내의 이전 데이터 조회 가능. 비워서 요청 시 가장 최근 체결 날짜 반환. (범위: 1 ~ 7)) Request data within the 7 days prior to the most recent trade date. If left empty, the most recent data will be requested. (Range: 1 ~ 7) | Integer |
Response
Field Name | Description | Type |
---|---|---|
market | Market ID | String |
trade_date_utc | Trade Date (UTC) Format: yyyy-MM-dd | String |
trade_time_utc | Trade Date (UTC) Format: HH:mm:ss | String |
timestamp | Trade timestamp | Long |
trade_price | Trade price | Double |
trade_volume | Trade volume | Double |
prev_closing_price | Previous day closing price (from UTC+00:00) | Double |
change_price | Change price compared to the previous day’s closing price | Double |
ask_bid | Order type (ASK or BID) | String |
sequential_id | Trade Sequential ID (Unique) | Long |
- The
sequential_id
field can be used as a basis for determining the uniqueness of the transaction. However, it does not guarantee the order of transactions.