CoinGecko API Guide
Public API Pro APIPricing Enterprise
  • Getting Started
    • 🦎Introduction
    • πŸš€Getting Started
    • πŸ”‘Authentication
    • πŸ“”Endpoint Overview
    • πŸ§ͺBest Practices
    • πŸŽ“10-min Tutorial Guide
      • #1: Get Data by ID or Address
      • #2: Get Historical Data
      • #3: Get Exchanges & NFT Data
    • πŸ“ΌEndpoint Demo
    • πŸ”¨Common Use Cases
    • ⚠️Error & Rate Limit
  • Exclusive Endpoints
    • πŸ‘‘Pro-API
    • for Paid Plan subscribers
    • for Enterprise-plan clients
  • Others
    • πŸ’œDEX Data API
    • πŸ•Changelog
    • 🟒API Status
    • πŸ‘©β€πŸ«Tutorials (beginner-friendly)
    • πŸ’ΌCase Studies
    • πŸ•ΈοΈClients (Unofficial)
    • ❓FAQs & Useful Links
Powered by GitBook
On this page
  • You can supply your API key in one of two ways:
  • API Key Usage Credits

Was this helpful?

  1. Getting Started

Authentication

PreviousGetting StartedNextEndpoint Overview

Last updated 1 year ago

Was this helpful?

Pro API key is only available for subscribers, all Pro API key requests should target this root URL: https://pro-api.coingecko.com/api/v3/ You are recommended to store the API key securely in your own backend and use a proxy to insert the key into the request URL.

You can send API calls directly in your web browser, using cURL from a command line, or with your programming language of choice. You may also check some of the unofficial clients .

You can supply your API key in one of two ways:

  1. Header: x-cg-pro-api-key

  2. Query string parameter: x_cg_pro_api_key

You may try to use this ping endpoint to check CoinGecko API status:

https://pro-api.coingecko.com/api/v3/ping?x_cg_pro_api_key=YOUR_API_KEY

Tips: you can also check the API status here:

API Key Usage Credits

  • 1 call = 1 credit. Calling any endpoint will only count as 1 call for every request made.

  • Your monthly credit & rate limit is subject to the that you subscribed to.

πŸ”‘
CoinGecko API paid plan
here
https://status.coingecko.com/
paid plan