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

# Orders Executed

> Subscribe to real-time notifications when account orders are executed on WhiteBIT via WebSocket.

Query or subscribe to executed order history with optional filtering by order type (limit, market, or both). Each record includes execution details, fees, and status. **Update interval:** real-time.

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

## Rate limits

## Query executed orders (one-time)

Fetch historical executed orders for a market without subscribing.

**Request**

**Response**

<Note>
  The private stream returns executed orders, including orders using Retail Price Improvement (RPI) mode.
</Note>

## Subscribe to executed orders

<Note>
  Execution events during a disconnection are not replayed. After reconnecting, use `ordersExecuted_request` to query recent executed orders, or call the REST [Executed Order History](/api-reference/spot-trading/query-executed-order-history) endpoint to backfill missed records. See [Reconnection and state recovery](/guides/websocket-quickstart#state-recovery-after-reconnect).
</Note>

## Update frequency

Updates are pushed in **real time** when an order is fully executed or canceled.

## Error codes

## Executed order object

* [Orders Pending](/websocket/account-streams/orders-pending) — stream of open (unexecuted) orders.
* [Deals](/websocket/account-streams/deals) — individual trade fills for each executed order.
