---
title: "Retrieve Balance"
method: GET
path: "/v1/balances/{currency}"
tags: ["Balances"]
---

# Retrieve Balance

`GET /v1/balances/{currency}`

Retrieves the current account balance, based on the authentication that was used to make the request.

## Path parameters

- `currency` string, required

## Headers

- `x-on-behalf-of` string

## Response `200`

Balances returned successfully.

- BalancesResponse
  - `balance_id` string, required — The account balance id.
  - `currency` string, required — Currency of the account balance.
  - `available_balance` string, number, required — Available balance.
  - `prepaid_balance` string, number, required — Prepaid account balance.
  - `margin_balance` string, number, required — Margin balance.
  - `frozen_balance` string, number, required — Frozen balance.
  - `create_time` string, date/time, required — The timestamp when the record was created in the system. Timestamp follows the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard.
  - `last_trade_time` string, required — The last trade time at which the object was updated.
  - `balance_status` 'ACTIVE' | 'PENDING' | 'PROCESSING' | 'CLOSED', required — The balance status of the account. - `ACTIVE`: Account balance is operational and available for transactions. - `PENDING`: Account balance is awaiting activation or verification. - `PROCESSING`: Account balance is currently being updated or modified. - `CLOSED`: Account balance has been terminated and is no longer accessible.

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
