360X
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
  1. FIX
  • Introduction
  • Getting Started
  • Connectivity Setup
  • Authentication
  • Session Management
  • Instrument Discovery
  • Market Data
  • Order Management
  • Request for Quote (RFQ)
  • Message Reference
  • Error Handling
  • Code Examples
  • Troubleshooting
  • Support & Ressources
  • Appendix
  • Exchange FIX Dictionary Downloads
  1. FIX

Getting Started

Quick Start Checklist#

Follow these steps to get connected to the 360X FIX API:
Step 1: Contact 360X to obtain OAuth credentials and SenderCompID
Step 2: Download the 360X custom data dictionary (FIX50SP2-360X.xml)
Step 3: Configure your FIX engine with 360X endpoints
Step 4: Test connectivity in the sandbox environment
Step 5: Implement authentication using OAuth credentials
Step 6: Request instrument list to verify connectivity
Step 7: Implement order entry and RFQ workflows
Step 8: Complete UAT testing in sandbox
Step 9: Deploy to production environment
Step 10: Monitor and maintain FIX session

Environments#

Production Environment#

Purpose: Live trading with real money
Host: fix.360x.com
Port: 5005
Full Address: fix.360x.com:5005

Sandbox Environment#

Purpose: Development and testing
Host: fix.sandbox.360x.com
Port: 5005
Full Address: fix.sandbox.360x.com:5005
Important: Always test in a sandbox before deploying to production.
Modified at 2026-03-09 15:06:12
Previous
Introduction
Next
Connectivity Setup