Skip to content

Files

Latest commit

baf92ca · Sep 7, 2021

History

History
12 lines (9 loc) · 758 Bytes

OrderBook.md

File metadata and controls

12 lines (9 loc) · 758 Bytes

OrderBook

Properties

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]