Orderbook Update
instrument_codes
you have specified.{
"type": "ORDER_BOOK_UPDATE",
"channel_name": "ORDER_BOOK",
"time": 1715268699262970610,
"instrument_code": "BTC_EUR",
"changes": [
[
"BUY",
"6500.09",
"0.84702376"
]
]
}
[
"BUY", // SIDE
"6500.09", // PRICE
"0.84702376" // AMOUNT
]
0
, this means the price level has been removed from the orderbook.WebsocketOrderbookUpdate
channel_name
enum<string>
required
Allowed value:
ORDER_BOOK
type
enum<string>
required
Allowed value:
ORDER_BOOK_UPDATE
time
integer
required
instrument_code
string
required
changes
array [array]
required
string
optional
string
optional
string
optional