---
title: "Get balance"
method: GET
path: "/api/v1/balance"
tags: ["User balance"]
---

# Get balance

`GET /api/v1/balance`

Get balance of current user's account

## Query parameters

- `check_wallet` boolean, nullable

## Response `200`

Successful Response

- AllBalancesDTO
  - `currency` string, required
  - `amount` string, required
  - `updatedAt` unknown
  - `promoAmount` string, required

## Other responses

- `401` — Authentication required.
- `422` — Validation Error

---

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