---
title: "Get Balance"
method: GET
path: "/get-balance.json"
tags: ["Account"]
---

# Get Balance

`GET /get-balance.json`

Account information.

## Response `200`

Successful response

- object
  - `balance` number — Current balance.
  - `currency` string — Currency of the balance.
  - `error` object
    - `code` string — Error code if applicable.
    - `description` string — Description of the error if applicable.

---

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