Skip to main content

Authentication

0xRadar uses an API key passed in the X-API-Key header. All v1 endpoints except /health and /chains require authentication.

Getting an API key

  1. Sign up at 0xradar.app
  2. Navigate to Dashboard → API Keys
  3. Click Generate Key
  4. Copy the key — it is shown only once
Store your API key in a secrets manager. Never commit it to version control.

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