---
title: "Get Usage"
method: GET
path: "/v1-alpha1/projects/{projectId}/usage"
---

# Get Usage

`GET /v1-alpha1/projects/{projectId}/usage`

Get usage data for a project.

**API scope required** `projects:usage.read`

## Path parameters

- `projectId` string, required

## Query parameters

- `dimension` 'monthly_active_wallets', required — The type of usage data to return.
- `startDate` string, required — The `startDate` of usage data to return.
- `endDate` string — The `endDate` of usage data to return.

## Response `200`

Success.

- UsageResponse
  - `data` object
    - `dimension` string — The type of usage data returned.
    - `usage` object — The usage data for the specified dimension.
      - `month` string — YYYY-MM format indicating the month
      - `activeWallets` integer — The number of active wallets for the given month

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `503` — Please try again in a few minutes. If the issue still persists, please contact Crossmint support.

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/versions/e2143d192130/schema)
