---
title: "Get account info"
method: GET
path: "/api/v1/account"
tags: ["Account"]
---

# Get account info

`GET /api/v1/account`

Get account info.

## Response `200`

Account info

- object
  - `plan` 'active' | 'inactive', required
  - `monitorsUsed` integer, required
  - `monitorsAllowed` integer, required — Deprecated. Monitor slots are unlimited, so this is always Number.MAX_SAFE_INTEGER.
  - `monitorBilling` object, required
    - `activeDailyEstimate` string, required — Estimated daily credits for currently active monitors.
    - `activeHourlyBurn` string, required — Credits charged each hour for currently active monitors.
    - `creditsPerActiveMonitorDay` string, required — Rounded daily estimate for 1 active monitor.
    - `creditsPerActiveMonitorHour` string, required — Hourly credits charged for 1 active monitor.
    - `eventsIncluded` boolean, required — Webhook and event deliveries are included in monitor billing.
    - `instantCheckIntervalSeconds` integer, required — Active monitors check every 1 second.
    - `unlimitedSlots` boolean, required — Monitor slot count is unlimited.
  - `creditInfo` object
    - `balance` string, required — Bigint string to preserve precision above Number.MAX_SAFE_INTEGER.
    - `lifetimePurchased` string, required — Total purchased credits as a bigint string.
    - `lifetimeUsed` string, required — Total consumed credits as a bigint string.
    - `autoTopupEnabled` boolean, required
    - `autoTopupAmountDollars` number, required — Dollar amount charged when automatic top-up runs.
    - `autoTopupThreshold` string, required — Bigint string threshold that triggers automatic top-up when enabled.
  - `xUsername` string — Linked X username, omitted when no X account is connected.

## Other responses

- `401` — Unauthenticated
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.
- `default` — Unexpected error.

---

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