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

# getWithdrawFeeEstimate

> Estimate the fees for a withdrawal before submitting.

Estimate the fees for a withdrawal before submitting.
Returns the fee, net amount, and settlement timing. Requires MAKE\_WITHDRAWAL scope.

```graphql theme={null}
query {
  getWithdrawFeeEstimate(
    input: GetWithdrawFeeEstimateInput!
  ): WithdrawFeeEstimate!
}
```

## Arguments

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

## Returns

[`WithdrawFeeEstimate!`](/api-reference/types/withdraw-fee-estimate) — Estimated fees and net amount for a withdrawal.
