---
title: "virtual-account/balance"
method: GET
path: "/virtual-account/balance"
tags: ["Virtual Account Endpoints"]
---

# virtual-account/balance

`GET /virtual-account/balance`

Retrieve the balance for a specific virtual account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `VirtualAccountID` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `VirtualAccountBalance` object[] — Balance details for the virtual account by currency
    - `Balance` string — Current balance of the virtual account
    - `ShortForm` string — Currency code

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
