---
title: "Get usage quotas"
method: GET
path: "/v1/account/my/quotas"
tags: ["identity-access"]
---

# Get usage quotas

`GET /v1/account/my/quotas`

Returns the API usage summary for the current month and current minute, along with the usage limits. 

**Note:** the monthly limit is refreshed at the beginning of each month. 

**Important:** the quotas are applied across all API keys in your account.

## Response `200`

Successful Response

- IdentityQuotasClientOut
  - `quotas_usage` IdentityQuotaLimitsClientOut, required
    - `per_minute_requests` integer, required — The number of API requests per minute.
    - `monthly_requests` integer, required — The number of API requests per month.
    - `monthly_data_returned` integer, required — The amount of data returned in the response, in bytes per month.
  - `quotas_limit` IdentityQuotaLimitsClientOut, required
    - `per_minute_requests` integer, required — The number of API requests per minute.
    - `monthly_requests` integer, required — The number of API requests per month.
    - `monthly_data_returned` integer, required — The amount of data returned in the response, in bytes per month.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/algoseek/apis/datasets-api.md) · [All operations](https://skmtc.net/algoseek/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/algoseek/datasets-api/revisions/1c983de099e2/schema)
