v1
latestOpenAPI 3.0.12026-07-24510443.1 KB현재가(Ticker)
마켓 단위 현재가 조회
지정한 마켓(호가 자산) 내 모든 페어들의 현재가 정보를 조회합니다.
get/ticker/all
Query parameters
quote_currenciesstring required
조회하고자 하는 마켓의 통화 코드 목록. 2개 이상의 마켓에 대해 조회하고자 하는 경우 쉼표(,)로 구분된 문자열 형식으로 요청합니다.
[예시] KRW,BTC
Example:KRW,BTC,USDT
Response
List of tickers by market
Example response
[
{
"market": "KRW-BTC",
"trade_timestamp": 1750746915062,
"opening_price": 142340000,
"high_price": 142340000,
"low_price": 142340000,
"trade_price": 142340000,
"prev_closing_price": 140908000,
"change": "FALL",
"change_price": 100000000,
"change_rate": 5274000,
"signed_change_price": -454000,
"signed_change_rate": -0.0031057175,
"trade_volume": 0.0068,
"acc_trade_price": 72976655137.21983,
"acc_trade_price_24h": 344100708901.19037,
"acc_trade_volume": 501.38991748,
"acc_trade_volume_24h": 2389.39562434,
"highest_52_week_price": 163325000,
"highest_52_week_date": "2025-01-20",
"lowest_52_week_price": 72100000,
"lowest_52_week_date": "2024-08-05",
"timestamp": 1750746915062
}
]