← Back to Documentation

API FAQ

Frequently asked questions

Why do I get 401?

Missing or invalid X-API-Key header. v1 feeds require auth.

Fix: Use X-API-Key header. Bearer is NOT supported.

curl -H "X-API-Key: YOUR_KEY" https://api.feedoracle.io/api/v1/feeds/carbon/chains

→ See Authentication & Vendor Controls for canonical base URL, deprecation policy, and expected 401 behavior.

How do I use v3 sustainability endpoint?

/api/v3/disclosure/sustainability/{symbol} returns single-network sustainability data (public, no API key required).

Related: /api/v3/disclosure/networks returns all networks in one call.

Which endpoints need no key?

Public endpoints are rate-limited (100 req/min). Key = higher limits.

How to rotate keys?

  1. Generate new key at /subscribe
  2. Deploy new key to your app
  3. Test new key works
  4. Disable old key

ID Types