v1
latestOpenAPI 3.1.02026-07-26420360.1 KB호가(Orderbook) 조회
지정한 거래 페어의 호가 정보를 조회합니다.
get/orderbook
Query parameters
marketsstring required
거래 대상 페어의 고유 심볼. 여러 개 조회할 경우 쉼표(,)로 구분합니다.
예시) KRW-BTC, BTC-ETH
Response
200
Example response
[
{
"market": "KRW-BTC",
"total_ask_size": 8.83621228,
"total_bid_size": 2.43976741,
"orderbook_units": [
{
"ask_price": 6956000,
"bid_price": 6954000,
"ask_size": 0.24078656,
"bid_size": 0.00718341
}
]
}
]