Getting Started
Follow these steps to get started with sFOX APIs.
Create an sFOX Account
Sign up at sFOX.
Setup
1. Create an API Key: Navigate your account menu -> API (or click here) and click the 'Generate API Key' button.

2. Authenticate: See REST API Authentication documentation to learn about authenticating your requests with your API key.
3. Select an API:
REST API: For trading and general requests.
WebSocket API: For real-time market data and account updates.
FIX API: For higher-frequency trading and real-time market data.
Examples
View examples of REST, WebSocket, an FIX APIs within the documentation.
Example code is included throughout this documentation. For example:
Last updated