Get Order Book
Order book snapshot for a currency pair.
Orderbook
GET
https://api.sfox.com/v1/markets/orderbook/:pair
Get the blended L2 orderbook data of our connected exchanges, including the top bids and asks and the location of those bids and asks
Path Parameters
Name | Type | Description |
---|---|---|
pair | string | The pair or product to trade in the format: (i.e. "btcusd", "ethbtc", "usdteth") Default: "btcusd" |
Response Body
Key | Description |
---|---|
| The trading pair |
| The quote currency |
| List of asks, size, and exchange |
| List of the bids, size, and exchange |
| List of the best bid and ask on each exchange |
| A list of exchanges and the latest timestamps of the orderbook |
| Last update of the blended orderbook |
| Last time an orderbook update was published |
Example Request
Last updated