# Getting Started

Follow these steps to get started with sFOX APIs.

## Create an sFOX Account

Sign up at [sFOX](https://trade.sfox.com/signup).

## Setup

**1. Create an API Key:** Navigate your account menu -> API  ([or click here](https://trade.sfox.com/account/api)) and click the 'Generate API Key' button.

<div align="left"><figure><img src="https://415134780-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGk461hXzD0AO7MDowtWv%2Fuploads%2FVomxvDKTh39Z8sEuTC93%2Fapi.png?alt=media&#x26;token=121c8918-ef5d-40df-b9f2-8c66cbe87efc" alt="" width="375"><figcaption></figcaption></figure></div>

**2. Authenticate:** See [REST API Authentication documentation](https://docs.sfox.com/rest-api/authentication) to learn about authenticating your requests with your API key.

**3. Select an API:**

* [REST API](https://docs.sfox.com/rest-api): For trading and general requests.
* [WebSocket API](https://docs.sfox.com/websocket-api): For real-time market data and account updates.
* [FIX API](https://docs.sfox.com/fix-api): For higher-frequency trading and real-time market data.

{% hint style="info" %}
Our team is happy to assist you with your selection. Contact us at <support@sfox.com>.
{% endhint %}

## Examples

View examples of REST, WebSocket, an FIX APIs within the documentation.

Example code is included throughout this documentation. For example:

* [Create an Order (REST)](https://docs.sfox.com/rest-api/orders/create-order)
* [Stream an Order Book (WebSocket)](https://docs.sfox.com/websocket-api/market-data/order-book)
* [Request a Quote (FIX)](https://docs.sfox.com/fix-api/fix#requestforquote-r)
