Get the full order book.

Request Details

KeyRequiredTypeDefaultDescription
limit_bidsfalse[int]50Limit the number of bids returned. May be 0 in which case the array of bids is empty
limit_asksfalse[int]50Limit the number of asks returned. May be 0 in which case the array of asks is empty
groupfalse[0/1]1If 1, orders are grouped by price in the orderbook. If 0, orders are not grouped and sorted individually

Response Detail

keyType
bids[array]
price[price]
amount[decimal]
timestamp[time]
asks[array]
price[price]
amount[decimal]
timestamp[time] The time of the last change to the order book

Ratelimit: 90 req/min

Language
Click Try It! to start a request and see the response here!