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:This separation allows for flexible message handling while maintaining backward compatibility with newer FIX versions.Modified at 2026-03-09 15:06:12