Orderbook API
Introduction
Orderbook API offers a detailed interface for accessing and managing order books on the platform. Users can retrieve aggregated order books in general or specific to a certain exchange and asset pair, as well as access the current pending order book with appropriate authorization. It includes functionality to release pending volume and to access an aggregated internal order book for a specified asset pair. The API also includes a powerful control measure that allows users, with the appropriate API key, to force the deletion of a price level for a specific exchange, pair, and side, giving them a high level of control over the order book's state.
1. Aggregated Orderbook
Aggregated orderbook is a hybrid data structure. It can contain multiple trading sources, even those that have different architecture. For example it includes OrionPoolV2, Curve (stable pool) trading source.
pair (Required)
Pair ticker, delimited with -
, lowercase or uppercase strings are accepted.
pair=ORN-USDT
depth (Optional)
The depth of orderbook, both asks and bids.
depth=20
Request example:
Response example:
2. Aggregated Orderbook for the specified exchange and pair
Note: previous query parameters are applicable.
exchange (required)
Exchange to aggregate data from
BINANCE
filterByBrokerBalances
TODO
false
true, false
Request Example
In this example
Response example:
3. Internal Aggregated Orderbook for specified asset pair
Last updated