GET
/
key
💼 API Usage
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
}

Note

For a more comprehensive overview of your API usage, please log in to https://www.coingecko.com/en/developers/dashboard.

Authorizations

x-cg-pro-api-key
string
header
required

Response

200 - application/json

API Usage

The response is of type object.