---
title: "Get credit balance and pricing"
method: GET
path: "/v2/credits"
tags: ["billing"]
---

# Get credit balance and pricing

`GET /v2/credits`

Fetches the authenticated account's remaining credits, the account email the credentials belong to, and current credit purchase pricing. Confirm the account email before purchasing credits, since credits are non-transferable between accounts.

## Response `200`

Credit balance, the account email, and credit purchase pricing

- object — Credit balance, the account email, and credit purchase pricing
  - `creditsRemaining` integer, required
  - `accountEmail` string, required
  - `purchaseQuantityRange` object, required
    - `min` integer, required
    - `max` integer, required
  - `pricePer1000CreditsUsd` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Default Response

---

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