Name | Type | Description | Notes |
---|---|---|---|
id | number | Order book ID, which is updated whenever the order book is changed. Valid only when `with_id` is set to `true` | [optional] [default to undefined] |
current | number | The timestamp of the response data being generated (in milliseconds) | [optional] [default to undefined] |
update | number | The timestamp of when the orderbook last changed (in milliseconds) | [optional] [default to undefined] |
asks | Array<Array<string>> | Asks order depth | [default to undefined] |
bids | Array<Array<string>> | Bids order depth | [default to undefined] |