Upgrade to Pro
Get higher rate limits, more credits, and access to premium endpoints.
Get your API key
Sign up and grab your key from the Developer Dashboard.
Choose an auth method
| Method | Key | Example |
|---|---|---|
| Header (recommended) | x-cg-demo-api-key | -H "x-cg-demo-api-key: YOUR_API_KEY" |
| Query string | x_cg_demo_api_key | ?x_cg_demo_api_key=YOUR_API_KEY |
Make a request
All requests use the Demo API root URL:
https://api.coingecko.com/api/v3/
Replace YOUR_API_KEY with your key from the Developer Dashboard.
Store your API key in your backend and use a proxy to inject it into requests.Avoid query string parameters in production — they risk exposing your key in logs and browser history.
Done setting up your key?
Connect it to AI agents via MCP, SDK prompts, and coding agent integrations.
Usage Credits
- Each successful request (HTTP 200) deducts 1 credit from your monthly quota.
- Monthly credits and rate limits depend on your plan.
- Check usage in the Developer Dashboard.

