---
title: "Get Billing Info"
method: GET
path: "/v1/billing"
tags: ["Billing"]
---

# Get Billing Info

`GET /v1/billing`

Retrieves credit balance, current-period credit usage, tier, and billing limits for the authenticated project.

## Response `200`

Billing information retrieved successfully.

- BillingInfoResponse
  - `data` object
    - `credits` number, required — Available credit balance for the authenticated project.
    - `credits_used` number, required — Credits used in the current billing period.
    - `included_credits` number, required — Credits included in the current tier before overage.
    - `billing_period` string, required — Current billing period in YYYY-MM format.
    - `tier` string, required — Billing tier for the project.
    - `gifts_balance` number — Available gift or prepaid credit balance before applicable overage.
    - `max_concurrent_browsers` number — Maximum concurrent browser sessions allowed for the project. `-1` means unlimited.
    - `cost_limit` number, nullable — Optional configured credit spend limit for the project.

## Other responses

- `401` — Invalid API Key
- `500` — Internal Server Error

## Changes

- **2026-04-29** `d0f5aa64f9f4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/billing/get.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
