> For the complete documentation index, see [llms.txt](https://docs.sfox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sfox.com/websocket-api/market-data.md).

# Market Data

### Feeds

The sFOX WebSocket API offers the following Market 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-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>Order Book</strong></td><td>Real-time streaming order book for a specified currency pair.</td><td><a href="/pages/4CQgv3BxIh9W9BbKsZnF">/pages/4CQgv3BxIh9W9BbKsZnF</a></td></tr><tr><td><strong>Trades</strong></td><td>Real-time tick data feed of all trades executed on SFOX’s supported liquidity providers</td><td><a href="/pages/OXAMdIJf07DyIT68P8IM">/pages/OXAMdIJf07DyIT68P8IM</a></td></tr><tr><td><strong>Ticker</strong></td><td>Aggregated 24-hour OHLCV data from all supported exchanges and the last price before each update</td><td><a href="/pages/NbNxoPL3jnDf6CiEawnl">/pages/NbNxoPL3jnDf6CiEawnl</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sfox.com/websocket-api/market-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
