> ## 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.

# Last Price

> Subscribe to real-time last trade price updates for trading pairs via WhiteBIT WebSocket.

Query or subscribe to real-time last traded price updates for one or more markets. The channel delivers the most recent executed trade price for each subscribed market. Updates arrive every second when the price changes, making this channel suitable for live price tickers and market data dashboards.

<Note>Supports both spot pairs (e.g., `BTC_USDT`) and futures markets (e.g., `BTC_PERP`). Mix spot and futures market names in a single subscribe request.</Note>

<Note>Connect to `wss://api.whitebit.com/ws` — see [WebSocket Overview](/websocket/overview) for protocol details and keepalive requirements.</Note>

## Rate limits

## Query last price (one-time)

Fetch the current last price for a single market without subscribing.

**Request**

**Response**

## Subscribe to last price

## Update frequency

The server pushes updates every **1 second** when the price changes.

## Error codes

## Last price update object
