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 }
This endpoint allows you to monitor your account’s API usage, including rate limits, monthly total credits, remaining credits, and more
API Usage
Was this page helpful?