Book Tick
{
"channel_name": "BOOK_TICKER",
"type": "BOOK_TICK",
"time": 1732056122430542800,
"instrument_code": "BTC_EUR",
"data": {
"best_bid": "57500",
"bid_amount": "0.1",
"best_ask": "58000",
"ask_amount": "0.1"
}
}
WebsocketBookTick
channel_name
enum<string>
required
Allowed value:
BOOK_TICKER
type
enum<string>
required
Allowed value:
BOOK_TICK
time
integer
required
instrument_code
string
required
data
object
required
best_bid
string
required
bid_amount
string
required
best_ask
string
required
ask_amount
string
required