Orderbook levels
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
event_timeet |
string | True | Time at which the event was emitted in unix nanoseconds |
instrumenti |
string | True | The readable instrument name:
|
bidsb |
[OrderbookLevel] | True | The list of best bids up till query depth |
asksa |
[OrderbookLevel] | True | The list of best asks up till query depth |
OrderbookLevel
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
pricep |
string | True | The price of the level, expressed in 9 decimals |
sizes |
string | True | The number of assets offered, expressed in base asset decimal units |
num_ordersno |
integer | True | The number of open orders at this level |
OrderbookLevel
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
pricep |
string | True | The price of the level, expressed in 9 decimals |
sizes |
string | True | The number of assets offered, expressed in base asset decimal units |
num_ordersno |
integer | True | The number of open orders at this level |