Order Book
Real-time order books for a specified currency pair.
Subscription Instructions
Subscription Format
Example
orderbook.net.<basequote>
orderbook.net.btcusd
Payload Details
Key
Description
bids
An array of the bids available in this order book. Each bid is a price, quantity, and liquidity source
asks
An array of the asks available in this order book. Each ask is a price, quantity, and liquidity source
market making
The best bids and offers of the available destinations for maker orders placed on this pair
pair
The currency pair of this order book
lastupdated
The UNIX timestamp this order book was last updated
lastpublished
The UNIX timestamp this order book was last published
Example Code & Order Book Message
Last updated