> 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/systems-and-operations.md).

# Systems & Operations

## Production URLs

Use the following URLs to connect to sFOX production APIs. For testing, see Sandbox URLs.

<table><thead><tr><th width="281">API</th><th>URL</th></tr></thead><tbody><tr><td><strong>REST API</strong></td><td><strong><code>https://api.sfox.com</code></strong></td></tr><tr><td><strong>REST API</strong><br>(<a href="/pages/HoUS6l45i8X7tYKJBIbb">Candlestick / OHLCV </a>Data)</td><td><strong><code>https://chartdata.sfox.com</code></strong></td></tr><tr><td><strong>WebSocket API</strong></td><td><strong><code>wss://ws.sfox.com/ws</code></strong></td></tr><tr><td><strong>FIX API - Order Entry</strong></td><td><strong><code>fix.sfox.com:5001</code></strong></td></tr><tr><td><strong>FIX API – Market Data</strong></td><td><strong><code>fix-md.sfox.com:5001</code></strong></td></tr></tbody></table>

## Sandbox URLs

Use the following URLs to test your API connectivity.&#x20;

{% hint style="info" %}
API keys are separate from production. Sign in to the [sandbox interface](https://beta.sfox.com) to create an API key. Contact us at <support@sfox.com> for assistance configuring and funding your sandbox account.
{% endhint %}

{% hint style="warning" %}
Sandbox hosts a subset of order books and liquidity does not reflect production. Sandbox supports all functionality except transfers.
{% endhint %}

<table><thead><tr><th width="281">API</th><th>URL</th></tr></thead><tbody><tr><td><strong>REST API</strong></td><td><strong><code>https://api.staging.sfox.com</code></strong></td></tr><tr><td><strong>WebSocket API</strong></td><td><strong><code>wss://ws.staging.sfox.com/ws</code></strong></td></tr><tr><td><strong>FIX API - Order Entry</strong></td><td><strong><code>fix.staging.sfox.com:5001</code></strong></td></tr><tr><td><strong>FIX API – Market Data</strong></td><td><strong><code>fix-md.staging.sfox.com:5001</code></strong></td></tr></tbody></table>

## Availability Zones

The infrastructure for the sFOX platform is hosted in **US-EAST-1 (AWS)** within multiple availability zones:

* use1-az6
* use1-az1
* use1-az2


---

# 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/introduction/systems-and-operations.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.
