Authentication
JWT
After login, the API returns an accessToken. When calling private endpoints, include:
API Key
When the X-API-KEY request header is present, the server uses API Key HMAC authentication:
API Key management endpoints must use JWT. API Keys cannot manage themselves.
API Key Permissions
To grant both read and trade permissions, use permissions=3.