latestOpenAPI 3.1.02026-08-145096557.0 KB

1c983de099e2

identity-access

Get usage 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.

get/v1/account/my/quotas

Response

Successful Response

Example response

{
  "quotas_limit": {
    "monthly_data_returned": 10000000000,
    "monthly_requests": 10000,
    "per_minute_requests": 40
  },
  "quotas_usage": {
    "monthly_data_returned": 241113600,
    "monthly_requests": 432,
    "per_minute_requests": 3
  }
}