Introduction
BOOK_TICKER
WebSocket channel provides real-time updates for the best bid and ask prices, along with their associated quantities, for all symbols. This lightweight channel focuses solely on the most critical data points, offering a significant advantage for users who need to act quickly without processing the full order book.Subscribe
{
"type": "SUBSCRIBE",
"channels": [
{
"name": "BOOK_TICKER"
}
]
}
Subscription Confirmation
{
"type": "SUBSCRIPTIONS",
"channels": [
{
"name": "BOOK_TICKER"
}
],
"time": 1732051274299000000
}