---
title: "💼 API Usage"
method: GET
path: "/key"
tags: ["Key"]
---

# 💼 API Usage

`GET /key`

This endpoint allows you to **monitor your account's API usage, including rate limits, monthly total credits, remaining credits, and more**

## Response `200`

API Usage

- Key
  - `plan` string
  - `rate_limit_request_per_minute` number
  - `monthly_call_credit` number
  - `current_total_monthly_calls` number
  - `current_remaining_monthly_calls` number
  - `api_key_rate_limit_request_per_minute` number — Specific request per minute configured for the API key used to authenticate this request
  - `api_key_monthly_call_credit` number — Specific monthly credit limit configured for the API key used to authenticate this request

## Changes

- **2026-02-25** `e88de4e81cdb` — 2 info
  - added the optional property `api_key_monthly_call_credit` to the response with the `200` status
  - added the optional property `api_key_rate_limit_request_per_minute` to the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/key/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/fb6b6a203ce6/schema)
