Api orderbook levels response
ApiOrderbookLevelsResponse
Name
Lite |
Type |
Required
Default |
Description |
result
r |
OrderbookLevels |
True |
The orderbook levels objects matching the request asset |
OrderbookLevels
Name
Lite |
Type |
Required
Default |
Description |
event_time
et |
string |
True |
Time at which the event was emitted in unix nanoseconds |
instrument
i |
string |
True |
The readable instrument name:- Perpetual:
ETH_USDT_Perp - Future:
BTC_USDT_Fut_20Oct23 - Call:
ETH_USDT_Call_20Oct23_2800 - Put:
ETH_USDT_Put_20Oct23_2800
|
bids
b |
[OrderbookLevel] |
True |
The list of best bids up till query depth |
asks
a |
[OrderbookLevel] |
True |
The list of best asks up till query depth |
OrderbookLevel
Name
Lite |
Type |
Required
Default |
Description |
price
p |
string |
True |
The price of the level, expressed in 9 decimals |
size
s |
string |
True |
The number of assets offered, expressed in base asset decimal units |
num_orders
no |
integer |
True |
The number of open orders at this level |
OrderbookLevel
Name
Lite |
Type |
Required
Default |
Description |
price
p |
string |
True |
The price of the level, expressed in 9 decimals |
size
s |
string |
True |
The number of assets offered, expressed in base asset decimal units |
num_orders
no |
integer |
True |
The number of open orders at this level |