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

# CashBalance

> CashBalance represents the balance of a user's cash.

**Object**

CashBalance represents the balance of a user's cash.

## Fields

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

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

<ResponseField name="pendingBalance" type="String">
  The pending balance of the user's cash.
</ResponseField>

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