# Wallet Balance

{% hint style="danger" %}
The experimental feature, which has been newly released, became available in **December 2025**. It aims to provide users with enhanced capabilities and improved performance.&#x20;

If the feature is not visible in your data exports, or if you encounter any issues, please do not hesitate to reach out to our support team.
{% endhint %}

The Wallet Balances file contains the current state of point balances for member wallets, including detailed breakdowns of earned, spent, active, and locked units.

A sample file is provided below:&#x20;

{% file src="<https://123136216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIv2CyIIYf7vRfuhMKQ6%2Fuploads%2Fh4mtPnZ2Zu4UthqgRTrc%2Fwallet_balance_2025_12_02.csv?alt=media&token=2b18ab0e-7bd3-4e57-a0cb-579e06ffd162>" %}

#### Available Data

* **tenantId**: Unique identifier of the tenant where the wallet is registered.
* **memberId**: Unique identifier of the member who owns the wallet.
* **walletId**: Unique identifier of the specific wallet.
* **walletTypeCode:** The code representing the type of wallet (e.g., `default`, `coins`).
* **earnedUnits**: The total lifetime number of units (points) earned by the member in this wallet.
* **transferredUnits**: The total number of units transferred related to this wallet.
* **spentUnits**: The total number of units that have been spent or redeemed by the member.
* **activeUnits**: The current balance of units available for use.
* **lockedUnits:** The number of units that are currently locked (e.g., pending activation or subject to a holding period).
* **blockedUnits**: The number of units that have been administratively blocked.
* **expiredUnits**: The total number of units that have expired without being used.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openloyalty.io/technical-guide/data-exports/data-structure-and-types/wallet-balance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
