API URI
Method | API URI |
GET | https://api.upbit.com/v1/trades/ticks |
Path Params
Request Params
Field | Essential | Type | Desc |
market | Y | String | 조회 마켓 코드 ex) 화페-코인 , KRW-BTC |
to | N | String | 마지막 캔들 시간 Format : yyyy-MM-dd HH:mm:ss 값없을시 최근 캔들 |
count | N | Int | 가져올 캔들 갯수( Max : 200 ) |
cursor | N | String | 페이징 커서 |
Response
Field | Type | Desc |
market | String | 조회 마켓 코드 ex) 화페-코인 , KRW-BTC |
trade_date_utc | String | 체결 일자(UTC) |
trade_time_utc | String | 체결 시간(UTC) |
timestamp | Double | 체결 시간 |
trade_price | Dobule | 체결가격 |
trade_volume | Double | 체결량 |
prev_closing_price | Double | 전일 종가 |
change_price | Double | 변화량 |
ask_bid | String | 매도/매수 |
sequential_id | Long | 체결 번호 |
반응형
'전자화폐 > API' 카테고리의 다른 글
[업비트][Upbit] 호가 정보 (1) | 2021.04.14 |
---|---|
[업비트][Upbit] 현재가 정보 (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 월봉(Months) (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 주봉(Weeks) (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 일봉(Day) (0) | 2021.04.14 |