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

# GET /v1/billing/

`GET /v1/billing/`

Get your current credit balance, available credit packages for purchase, and recent transaction history. Supports pagination for transaction history via limit and offset query parameters.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Default Response

- object
  - `balance` number, required — Current credit balance
  - `packages` unknown, required
  - `transactions` unknown, required

## Other responses

- `401` — Default Response

---

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