> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# RewardsBalance

> RewardsBalance represents the balance of a user's rewards.

**Object**

RewardsBalance represents the balance of a user's rewards.

## Fields

<ResponseField name="availableBalance" type="String">
  The available balance of the user's rewards.
</ResponseField>

<ResponseField name="totalBalance" type="String">
  The total balance of the user's rewards.
</ResponseField>

<ResponseField name="lifetimeBalance" type="String">
  The lifetime balance of the user's rewards.
</ResponseField>
