- mds.qfex.com for public market and reference data.
- trade.qfex.com for order entry and private data.
Getting Started
To access private data or place orders, you must connect totrade.qfex.com and authenticate. The following examples show how to connect, authenticate using HMAC-SHA256, and maintain the connection.
Setup Python
Setup Python
Setup Node
Setup Node
Setup Go
Setup Go
Authentication
Authentication is required for thetrade.qfex.com endpoint.
-
Connect: Include your public API key as a query parameter:
- Authenticate: Send an authentication message signed with your secret key within 1 minute. You can use either an HMAC-SHA256 signature (recommended) or a valid JWT token.