360X
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
  1. FIX
  • Connectivity
  • Authentication
  • Order Entity
  • Instruments
  • RFQ
  • Miscellaneous
  • Exchange FIX Dictionary Downloads
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
  1. FIX

Connectivity

Financial Information eXchange, or FIX, is a standard protocol which can be used to enter orders, submit cancel requests. FIX API users typically have existing software that runs FIX for order management.

Supported Protocol Versions#

360X API implementation supports the following versions:
FIX 5.0 SP2

Endpoints#

Endpoints
Production
-fix.360x.com:6161
Sandbox
-sandbox-fix.360x.com:7299

Configurations#

Clients need to specify below things in configuration file to connect with fix server.
IdDescriptionValid Values
BeginStringVersion of FIX this session should useFIXT.1.1
DefaultApplVerIDRequired only for FIXT 1.1 (and newer). Ignored for earlier transport versions.FIX.5.0SP2
SenderCompIDYour ID as associated with this FIX sessioncase-sensitive alpha-numeric string.
This will be provided by 360X
TargetCompIDCounter parties ID as associated with this FIX sessioncase-sensitive alpha-numeric string.
This is always 360X-FIX
HeartBtIntHeartbeat interval in seconds.Should be less than or equal to 30 and greater than 0
ReconnectIntervalTime between reconnection attempts in seconds.Value must be positive integer. Default value is 30
SocketConnectHostHost to connect to.Value must be a valid IPv4 or IPv6 address or a domain name.
For 360X, fix.360x.com or sandbox.fix.360x.com
Below is sample configuration file
Modified at 2025-06-11 14:07:36
Next
Authentication