> 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/introduction/master.md).

# Welcome

Welcome to sFOX APIs. sFOX is a unified prime brokerage for professional investors, providing global liquidity, flexible & scaleable credit, and bankruptcy-safe custody in a fully integrated and high-performance platform.

## APIs

sFOX offers feature-rich REST, WebSocket, and FIX APIs to access market data, manage your account, and create/cancel orders.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>REST API</strong></td><td>For trading and general requests.</td><td></td><td><a href="/pages/uNE3QRhQ3rD6U6LaDQOV">/pages/uNE3QRhQ3rD6U6LaDQOV</a></td></tr><tr><td><strong>WebSocket API</strong></td><td>For real-time market data and account updates.</td><td></td><td><a href="/pages/X2NwSb3SpynHCChfDWeJ">/pages/X2NwSb3SpynHCChfDWeJ</a></td></tr><tr><td><strong>FIX API</strong></td><td>For higher-frequency trading and real-time market data.</td><td></td><td><a href="/pages/fQIAgXMnkJAxObvhX1oq">/pages/fQIAgXMnkJAxObvhX1oq</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:

```
GET https://docs.sfox.com/introduction/master.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.
