> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whitebit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Market Streams

> Public WebSocket market streams provide real-time order books, trades, prices, and statistics on WhiteBIT.

Browse the available public WebSocket channels below. For connection details and message format, see the [WebSocket Overview](/websocket/overview). For rate limits, see [WebSocket Rate Limits](/websocket/rate-limits).

<CardGroup cols={2}>
  <Card title="Service" icon="circle-check" href="/websocket/market-streams/service">
    Check API service status and health
  </Card>

  <Card title="Kline" icon="chart-candlestick" href="/websocket/market-streams/kline">
    Subscribe to candlestick (OHLCV) data for markets
  </Card>

  <Card title="Last price" icon="dollar-sign" href="/websocket/market-streams/lastprice">
    Real-time last traded price updates for markets
  </Card>

  <Card title="Market statistics" icon="chart-line" href="/websocket/market-streams/market">
    24-hour market statistics including volume and price changes
  </Card>

  <Card title="Market statistics for current day UTC" icon="calendar-day" href="/websocket/market-streams/market-today">
    Current day market statistics based on UTC timezone
  </Card>

  <Card title="Market trades" icon="arrow-right-arrow-left" href="/websocket/market-streams/trades">
    Stream of recent trades executed on the market
  </Card>

  <Card title="Market depth" icon="layer-group" href="/websocket/market-streams/depth">
    Order book depth updates with bids and asks
  </Card>

  <Card title="Book Ticker" icon="bookmark" href="/websocket/market-streams/book-ticker">
    Best bid and ask prices in the order book
  </Card>
</CardGroup>
