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

# getUserCashBalances

> Retrieves paginated list of cash balances for the authenticated user's account.

Retrieves paginated list of cash balances for the authenticated user's account.
Supports comprehensive filtering and pagination. Requires LIST\_PAYMENT scope.

```graphql theme={null}
query {
  getUserCashBalances(
    filter: UserCashBalanceFilterInput
    paginate: OffsetInput
  ): UserCashBalanceConnection!
}
```

## Arguments

<ParamField body="filter" type="UserCashBalanceFilterInput">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="paginate" type="OffsetInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`UserCashBalanceConnection!`](/api-reference/types/user-cash-balance-connection) — Paginated response for cash balances query.
