🔑
Authentication
API key is currently only available for CoinGecko API paid plan subscribers, all API key request 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 here.
- 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
- 1 call = 1 credit. Calling any endpoint will only count as 1 call for every request made.
Last modified 1mo ago