---
title: "Retrieve account balance"
method: POST
path: "/kvm/v2/get/account-balance"
---

# Retrieve account balance

`POST /kvm/v2/get/account-balance`

Retrieves the current account credit balance for the authenticated WHMCS account, including the amount and currency.

## Response `200`

Successful response

- object
  - `balance` object
    - `amount` string — Current account credit balance amount.
    - `currency` string — Currency of the account balance.
  - `status` string — Request status. Returns `success` when the request was processed correctly.

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid WHMCS credentials.
- `500` — Server error

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/revisions/223263c91ac0/schema)
