---
title: "Get status and limits for the client"
method: GET
path: "/fastedge/v1/me"
tags: ["FastEdge Clients"]
---

# Get status and limits for the client

`GET /fastedge/v1/me`

Retrieve the authenticated client's account status, resource quotas, and usage limits.
Shows current plan, available resources, and any active restrictions.

## Response `200`

Returns current client status, limits, and quota information

- Client
  - `status` integer, required — Status code: 1 - enabled 2 - disabled 5 - suspended
  - `hourly_consumption` integer, required — Actual number of calls for all apps during the current hour
  - `daily_consumption` integer, required — Actual number of calls for all apps during the current day (UTC)
  - `app_count` integer, required — Actual allowed number of apps
  - `monthly_consumption` integer, required — Actual number of calls for all apps during the current calendar month (UTC)
  - `networks` Network[], required — List of enabled networks
    - `name` string, required — Network name
    - `is_default` boolean, required — Is network is default
  - `plan_id` integer, required — Plan ID
  - `plan` string — Plan name

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
