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

# UserCashBalanceConnection

> Paginated response for cash balances query.

**Object**

Paginated response for cash balances query.

## Fields

<ResponseField name="userCashBalances" type="[UserCashBalanceDetail]">
  List of cash balances.
</ResponseField>

<ResponseField name="totalCount" type="Int!">
  Total count of cash balances matching the filter.
</ResponseField>

<ResponseField name="hasNextPage" type="Boolean!">
  Whether there are more results available.
</ResponseField>
