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

# depositCashBalance

> Mutation for depositing into a cash balance.

Mutation for depositing into a cash balance. Requires MAKE\_DEPOSIT scope.

```graphql theme={null}
mutation {
  depositCashBalance(
    input: DepositCashBalanceInput!
  ): DepositCashBalanceResponse!
}
```

## Arguments

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

## Returns

[`DepositCashBalanceResponse!`](/api-reference/types/deposit-cash-balance-response) — Response type for the depositCashBalance mutation, returning the resulting deposits and current user balances.
