v1
latestOpenAPI 3.0.12026-07-24510443.1 KB호가(Orderbook)
호가 모아보기 단위 조회 (Deprecated)
get/orderbook/supported_levels
Query parameters
marketsstring required
조회하고자 하는 페어(거래쌍) 목록. 2개 이상의 페어에 대해 조회하고자 하는 경우 쉼표(,)로 구분된 문자열 형식으로 요청합니다.
[예시] KRW-BTC,KRW-ETH,BTC-ETH,BTC-XRP
Example:KRW-BTC,KRW-ETH
Response
List of orderbook levels
Example response
[
{
"market": "KRW-BTC",
"supported_levels": [
0,
10000,
100000,
1000000,
10000000,
100000000
]
}
]