Authentication
0xRadar uses an API key passed in theX-API-Key header. All v1 endpoints except /health and /chains require authentication.
Getting an API key
- Sign up at 0xradar.app
- Navigate to Dashboard → API Keys
- Click Generate Key
- Copy the key — it is shown only once
Using the key
Query parameter
?api_key= is not supported for security reasons (URL exposure in logs, browser history).Tiers
Tier assignment is tied to your API key. Upgrade or downgrade from the Dashboard.
Error responses
Next steps
- Review Rate Limits for headers and retry logic
- Browse the API Reference