Skip to main content

Authentication

To use the FIX API, you require FIX session information, a username, and a password.

To obtain your FIX API session and credential information, please contact us.

Please ensure that the password in the client's login message matches the expected value; otherwise, the session will be terminated.

Once all your business contracts are completed, and your FIX API is set for use, you will receive session and credential information. Example:

BeginString=FIX.4.3
SenderCompID=SENDER_ID_ASSIGNED_TO_YOU
TargetCompID=FIX_API_TARGET_ID
SocketConnectHost=hostname_of_the_api
SocketConnectPort=port
UserName=USERNAME_YOU_NEED_TO_HAVE
Password=PASSWORD_YOU_NEED_TO_HAVE

Note that FIX API requires a secure communication channel.