What version of FIX does CEX.IO Prime Liquidity use?
FIX 4.4
How do I connect to the CEX.IO Prime Liquidity Live environment?
REST API:
https://liquidity.prime.cex.io/api/rest
β
βWS API:
FIX API:
In order to receive FIX endpoint and proper configuration details as how to connect to CEX.IO Prime Liquidity via FIX API, please apply to your account manager.
Do you have a client for connection to CEX.IO Prime Liquidity?
You can find an official Node.js client for CEX.IO Prime Liquidity WS/REST API via the following link: https://github.com/cex-io-prime/liquidity-nodejs-client
Do I need to use encryption when connecting to both the FIX CEX.IO Prime Liquidity Live or Demo environments?
Connection is SSL encrypted. CEX.IO Prime Liquidity expects an SSL connection over TCP to the hostname or IP address and TCP port number Client is assigned.
The Server Certificate is self-signed so the certificate check should be disabled on the Clients end.