---
title: "Get user points balance"
method: GET
path: "/v1/points/balance"
tags: ["Points (User)"]
---

# Get user points balance

`GET /v1/points/balance`

## Query parameters

- `verbosity` number

## Response `200`

User points balance retrieved successfully

- BalanceResponse
  - `balance` string — Amount of balance available.
  - `currency` string — The currency in which the balance is denoted.
  - `enforcementDate` string, date-time — Date and time when a certain rule or condition related to the balance will be enforced.
  - `expirationDate` string, date-time — Date and time when the balance or some part of it will expire.
  - `type` 'VOUCHER' | 'UTXO' | 'GIFT_CARD' | 'PREPAID_CARD' | 'UTILITY_TOKEN' — Type of balance.
  - `state` 'LIQUID' | 'FROZEN' | 'SENDING' | 'SENT' | 'SPENT' — Current state of the balance.

## Changes

- **2026-07-17** `e825144e9ffd` — 6 info
  - added the optional property `balance` to the response with the `200` status
  - added the optional property `currency` to the response with the `200` status
  - added the optional property `enforcementDate` to the response with the `200` status
  - added the optional property `expirationDate` to the response with the `200` status
  - …2 more
- **2023-08-01** `eaa698f0f7cb` — 6 warning
  - removed the optional property `balance` from the response with the `200` status
  - removed the optional property `currency` from the response with the `200` status
  - removed the optional property `enforcementDate` from the response with the `200` status
  - removed the optional property `expirationDate` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/openloyalty/apis/loyalty-blockchain-api/changes/v1/points/balance/get.md)

---

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