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

# getBulkBalances

> Get cash balances across up to 100 connected users in one call, using 'Basic <API_KEY>'.

Get cash balances across up to 100 connected users in one call, using 'Basic \<API\_KEY>'.
Requires the bulk API capability on your application, and the LIST\_PAYMENT scope on each
target user's grant. Failures are reported per target and never fail the whole request.

```graphql theme={null}
query {
  getBulkBalances(
    targetSpec: BulkTargetSpecInput!
  ): BulkBalances
}
```

## Arguments

<ParamField body="targetSpec" type="BulkTargetSpecInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`BulkBalances`](/api-reference/types/bulk-balances) — Balances across your connected users, one result per target.
