get https://api.upbit.com/v1/orderbook
v1.4.4 Customize Orderbook by Units (Only KRW Market)
Customize the orderbook by units using the
level
field.
Check the supported units as follows: Supported units differ by digital assets.
*Check here to customize units by digital assets.
Please note that you will receive an empty list in return if you enter alevel
that is not supported for a specific digital asset.- 100000000 - 10000000 - 1000000 - 100000 - 10000 - 1000 - 100 - 10 - 1 - 0 - 0.1 - 0.01 - 0.001 - 0.0001 - 0.00001 - 0.000001 - 0.0000001
Response
Field Name | Description | Type |
---|---|---|
market | Market ID | String |
timestamp | Orderbook timestamp | Long |
total_ask_size | Total remaining volume of asking orders. | Double |
total_bid_size | Total remaining volume of bidding orders. | Double |
orderbook_units | Orderbook details | List of Objects |
ask_price | Ask price | Double |
bid_price | Bid price | Double |
ask_size | Remaining ask price | Double |
bid_size | Remaining bid price | Double |
level | Customize orderbook. byunits (default: 0, default unit) *This is supported only in KRW market. BTC, USDT markets will request 0 as default. \*Check here to customize units by digital assets. | Double |
orderbook_unit
includes information on 15 orders and contains information in order from the 1st-order, 2nd-order... 15th-order.