Name | Type | Description | Notes |
---|---|---|---|
id | int | Order Book ID. Increases by 1 on every order book change. Set `with_id=true` to include this field in response | [optional] |
current | float | Response data generation timestamp | [optional] |
update | float | Order book changed timestamp | [optional] |
asks | list[FuturesOrderBookItem] | Asks order depth | |
bids | list[FuturesOrderBookItem] | Bids order depth |