Book Ticker Stream

Pushes any update to the best bid or ask's price or amount in real-time.

Features:

  • Stream Name: <symbol>@orderBookTicker

  • Update Speed: Real-time

Response:

{
    "eventType": "orderBookTicker",
    "eventTime": 1670240315627,
    "symbol": "eth_usdt",
    "bestBidPrice": 1293.4,
    "bestBidAmount": 0.1,
    "bestAskPrice": 1294.1,
    "bestAskAmount": 0.2
}

Last updated