---
title: "Retrieve balance"
method: GET
path: "/balance"
tags: ["Balance"]
---

# Retrieve balance

`GET /balance`

Retrieves the current account balance.

## Response `200`

Successfully retrieved balance.

- Balance
  - `amount` number, double, required — Balance of current account.
  - `currency` string, required — Price currency. [ISO 4217 currency code](https://en.wikipedia.org/wiki/ISO_4217).

---

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