---
title: "Get account balance"
method: GET
path: "/api/v1/bila/accounts/{id}/balance"
tags: ["Accounts"]
---

# Get account balance

`GET /api/v1/bila/accounts/{id}/balance`

Retrieve the balance of a specific account

## Path parameters

- `id` string, required

## Response `200`

Account balance retrieved successfully

- object
  - `status` boolean, required — Request success status
  - `message` string, required — Response message
  - `data` AccountBalanceResponseDto
    - `availableBalance` string, required — Available balance
    - `ledgerBalance` string, required — Ledger balance
    - `currency` string, required — Currency code

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Account not found

---

[API](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api.md) · [All operations](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilasdk/bila-payment-gateway-api/revisions/1e6976632889/schema)
