Secure WebSocket connection for private account data
X-API-Timestamp
and X-API-Signature
headers are accepted but not enforced yet. HMAC verification is coming soon.Header | Description | Example |
---|---|---|
X-API-Key | Your API key | "your-api-key-here" |
X-API-Timestamp | Current timestamp in milliseconds | "1640995200000" |
X-API-Signature | Base64-encoded HMAC signature | "generated-signature" |
wscat
or similar tools:
Authentication Failed (600010)
Invalid Timestamp (600011)
Invalid Signature (600012)
Credential Management
Connection Security
Error Handling