---
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.

---

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