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

Introduction

Overview#

The 360X FIX API provides institutional-grade connectivity for electronic trading on the 360X platform. Using the industry-standard Financial Information eXchange (FIX) protocol, clients can:
Enter and manage orders - Submit, cancel, and modify orders programmatically
Request quotes (RFQ) - Solicit competitive pricing from counterparties
Access market data - Retrieve order book depth and market snapshots
Discover instruments - Query available tradeable securities
Receive execution reports - Get real-time updates on order lifecycle events
This guide provides complete technical documentation for integrating with the 360X FIX API.

Who Should Use This Guide#

This documentation is intended for:
Software developers implementing FIX connectivity
Trading system architects designing integration strategies
QA engineers testing FIX implementations
Technical project managers overseeing FIX integration projects

Prerequisites#

Before starting, you should have:
Basic understanding of the FIX protocol
FIX engine software (e.g., QuickFIX, QuickFIX/J, QuickFIX/n)
OAuth 2.0 credentials from 360X (client_id and client_secret)
Assigned SenderCompID from 360X
Network access to 360X FIX endpoints

Protocol Versions#

360X API uses a dual-layer FIX implementation:
Transport Protocol: FIXT 1.1
Application Protocol: FIX 5.0 SP2
This separation allows for flexible message handling while maintaining backward compatibility with newer FIX versions.
Modified at 2026-03-09 15:06:12
Next
Getting Started