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

Was this helpful?

  1. Exclusive Endpoints

Pro-API

PreviousError & Rate LimitNextfor Paid Plan subscribers

Last updated 2 years ago

Was this helpful?

  • Only users with Pro API Keys can call the exclusive endpoints. Other non-exclusive API endpoints are documented on the Public API .

  • Pro API Keys can be obtained by subscribing to any CoinGecko API paid plans, please visit our .

  • Pro API users should always use this root URL to make API request:

    https://pro-api.coingecko.com/api/v3/

  • You can send API calls directly in your web browser, using cURL from a command line, or with your programming language of choice. Pro API keys can be supplied with either one of the two ways:

    • Header: x-cg-pro-api-key

    • Query string parameter: x_cg_pro_api_key

πŸ‘‘
doc
API plans page