# Orders & Account Data

### Feeds

The sFOX WebSocket API offers the following Orders & Account Data feeds:

{% hint style="warning" %}
**Authentication required.** Please refer to the [WebSocket Authentication page here for more details.](/websocket-api/authentication.md)
{% endhint %}

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th>Feed</th><th>Description</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Orders</strong></td><td>Receive real-time streaming updates regarding open orders in your account. </td><td><a href="/pages/mLvBQA85lIokfQOiTdS1">/pages/mLvBQA85lIokfQOiTdS1</a></td></tr><tr><td><strong>Trades</strong></td><td>Receive real-time streaming updates regarding completed trades (fills) executed in your account. </td><td><a href="/pages/aOHfJ9hRv1zQLo4ouy2e">/pages/aOHfJ9hRv1zQLo4ouy2e</a></td></tr><tr><td><strong>Balances</strong></td><td>Real-time streaming updates to your account balances.</td><td><a href="/pages/iVOSvuFhBr5DdDK7xGHv">/pages/iVOSvuFhBr5DdDK7xGHv</a></td></tr><tr><td><strong>Post-Trade Settlement</strong></td><td>Real-time streaming account post-trade settlement credit and risk updates</td><td><a href="/pages/nzNxYDBDoFJOIRB2vs4p">/pages/nzNxYDBDoFJOIRB2vs4p</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sfox.com/websocket-api/orders-and-account-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
