API URI
Method | API URI |
GET | https://api.upbit.com/v1/candles/weeks |
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 ) |
Response
Field | Type | Desc |
market | String | 조회 마켓 코드 ex) 화페-코인 , KRW-BTC |
candle_date_time_utc | String | 캔들 기준 시간(UTC) |
candle_date_time_kst | String | 캔들 기준 시간(KST) |
opening_price | Double | 시가 |
high_price | Double | 고가 |
low_price | Double | 저가 |
trade_price | Double | 종가 |
timestamp | Long | 해당 캔들 마지막 틱 저장시간 |
candle_acc_trade_price | Double | 누적 거래 금액 |
candle_acc_trade_volume | Double | 누적 거래량 |
first_day_of_period | String | 캔들 기간의 가장 첫 날 |
반응형
'전자화폐 > API' 카테고리의 다른 글
[업비트][Upbit] 시세 체결 조회 (0) | 2021.04.14 |
---|---|
[업비트][Upbit] 시세 캔들 - 월봉(Months) (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 일봉(Day) (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 분봉(Minute) (0) | 2021.04.14 |
[업비트][Upbit] 종목 조회 API (0) | 2021.04.14 |