Order Book List

Request Parameters

Field NameDescriptionType
markets*Market codes separated by spots(ex. SGD-BTC, BTC-XRP)String
countNumber of order book units (ex. setting count=5 will return only the top 5 bid and ask entries. default: 30)Integer

Response

Field NameDescriptionType
marketMarket IDString
timestampOrder Book timestampLong
total_ask_sizeTotal remaining volume of asking orders.Double
total_bid_sizeTotal remaining volume of bidding orders.Double
orderbook_unitsOrder book details.List of Objects
ask_priceAsk priceDouble
bid_priceBid priceDouble
ask_sizeRemaining volume of Asking.Double
bid_sizeRemaining volume of Bidding.Double

The orderbook_unitslist includes order book data in order, starting from the best bid/ask (1st level) to the maximum 30th level.

Language