cURL
curl --request GET \ --url https://pro-api.coingecko.com/api/v3/key \ --header 'x-cg-pro-api-key: <api-key>'
{ "plan": "Other", "rate_limit_request_per_minute": 1000, "monthly_call_credit": 1000000, "current_total_monthly_calls": 104, "current_remaining_monthly_calls": 999896, "api_key_rate_limit_request_per_minute": 500, "api_key_monthly_call_credit": 500000 }
API Usage
Specific request per minute configured for the API key used to authenticate this request
Specific monthly credit limit configured for the API key used to authenticate this request
Was this page helpful?