---
title: "Retrieve the balance for an account"
method: GET
path: "/v3/Balance"
tags: ["Balance"]
---

# Retrieve the balance for an account

`GET /v3/Balance`

## Headers

- `Authorization` string, required

## Response `200`

OK

- BalanceResponse — A response to a balance request containing the balance of an account
  - `balance` number, double, required — The number of credits the account has

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/smsportal/apis/mymobileapi-rest-v3.md) · [All operations](https://skmtc.net/smsportal/apis/mymobileapi-rest-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smsportal/mymobileapi-rest-v3/versions/e919876b1f73/schema)
