Sending your key
All requests to the Alphractal API require an API key. Send it in theX-Api-Key header:
How to get an API key
- Log in to your Alphractal account.
- Navigate to the API section in your dashboard.
- Generate a new API key.
- Access level (plan / tier)
- Available endpoints
- Credit limits and rate limits
Security best practices
- Treat your API key as a secret.
- Do not expose it in client-side code, public repositories, or frontend applications.
- Use environment variables or secure key management systems when deploying.
Key scope and limits
- API keys are account-based, not asset-based.
- Usage is tracked per key: each key has its own credit balance and its own rate-limit window.
- A key may be restricted to a subset of metrics. Calling an endpoint outside that subset returns 403 Forbidden, regardless of remaining credits.