---
title: "Retrieve user balance"
method: GET
path: "/billing/balance"
tags: ["Billing API"]
deprecated: true
---

# Retrieve user balance

`GET /billing/balance`

> **Deprecated.**

Fetches the balance of a user based on the user ID.

## Response `200`

Successful response with user balance.

- object
  - `data` object
    - `minutes_left` string, float — Remaining balance in minutes.
  - `ok` boolean — Status of the response.

## Other responses

- `default`

---

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