Authentication

All API requests require an API key passed via the x-api-key header.

Getting your API key

  1. Subscribe to the Premium API plan

  2. Click Generate API Key

  3. Copy and store your key securely — it is only shown once

Using your API key

Include the x-api-key header in every request:

curl -H "x-api-key: YOUR_API_KEY" \
  YOUR_API_BASE_URL/api/traders

Key management

  • Each account can have one API key at a time

  • To rotate your key, Revoke the current one from your Profile page, then generate a new one

  • Revoked keys are immediately invalidated

Error responses

Status
Meaning

403

Missing or invalid API key

429

Rate limit or credit limit exceeded

Last updated