Customer Auth Overview¶
Customer auth is separate from trading account auth. Core customer auth methods are documented separately:
Additional customer session utility methods are documented separately:
- GetCustomerSessionAccounts
- GetCustomerOTP
- SetCustomerOTP
- CheckCustomerOTP
-
Customer login uses
email + password. - Successful login creates a
SESSION_CUSTOMERtoken. - If OTP is enabled for the customer,
otp_codeis required during login. - Trading actions still require choosing an account context from linked accounts.
TOTP Parameters¶
| Parameter | Value |
|---|---|
| Algorithm | SHA1 |
| Digits | 6 |
| Period | 30 seconds |
| Valid window | 1 |