instrument_codes
you have specified.ORDER_BOOK_SNAPSHOT
provides an immediate overview of all the bids and aks in a particular market at the time of subscription.{
"channel_name": "ORDER_BOOK",
"type": "ORDER_BOOK_SNAPSHOT",
"time": 1715268699262970610,
"instrument_code": "BTC_EUR",
"asks": [
[
"100000",
"4"
]
],
"bids": [
[
"10000",
"6"
]
]
}