get https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/orderbook
Response
Field Name | Description | Type |
---|---|---|
market | Market ID | String |
timestamp | Order Book timestamp | Long |
total_ask_size | Total remaining volume of asking orders. | Double |
total_bid_size | Total remaining volume of bidding orders. | Double |
orderbook_units | Order book details. | List of Objects |
ask_price | Ask price | Double |
bid_price | Bid price | Double |
ask_size | Remaining volume of Asking. | Double |
bid_size | Remaining volume of Bidding. | Double |
orderbook_unit
includes information on 15 orders and contains information in order from the 1st-order, 2nd-order... 15th-order.