Returns secondary account IDs for the authenticated user (accounts except the primary row where account_id equals user_id).
HMAC-SHA256 signature (hex-encoded).
Unique request nonce (hex encoded, max 100 characters).
QFEX API Authentication requires these headers:
These four are required. Optionally send x-qfex-requested-account-id (UUID) to act as a subaccount; see Signature Generation below.
Signature Generation:
${nonce}:${unix_ts} and compute an HMAC-SHA256 using your secret key.Important: The signature itself must be hex-encoded before being sent in the x-qfex-hmac-signature header.
Optional header: x-qfex-requested-account-id (UUID) selects a subaccount; omit it to use the primary account.
Unix timestamp (seconds since epoch).