---
title: "GET /usage"
method: GET
path: "/usage"
tags: ["admin", "plan-one", "plan-extra", "plan-premium"]
---

# GET /usage

`GET /usage`

Fetch recent API usage data. Includes current period start, end, usage and quota remaining

## Response `200`

Success

- object
  - `monthly_quota` number
  - `ms` number — Server response time in milliseconds
  - `usage` object
  - `current_period` object
    - `start` string — UTC/GMT date YYYY-MM-DD
    - `end` string — UTC/GMT date YYYY-MM-DD
    - `remaining_quota` number
    - `usage` number

## Other responses

- `401` — Not Authorized
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/fastforex/apis/fastforex-io.md) · [All operations](https://skmtc.dev/fastforex/apis/fastforex-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastforex/fastforex-io/revisions/140f748aaf10/schema)
