---
title: "Get user balance details"
method: GET
path: "/balance"
tags: ["Billing"]
---

# Get user balance details

`GET /balance`

## Response `200`

Get user balance details

- object
  - `data` UserBalance
    - `pending` string — The account’s pending amount.
    - `record_type` 'balance' — Identifies the type of the resource.
    - `balance` string — The account's current balance.
    - `credit_limit` string — The account's credit limit.
    - `available_credit` string — Available amount to spend (balance + credit limit)
    - `currency` string — The ISO 4217 currency identifier.

## Other responses

- `403` — Insufficient permissions to access balance information
- `422` — Invalid or missing account information
- `503` — Service temporarily unavailable
- `default` — Unexpected error

---

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