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

# GetWithdrawFeeEstimateInput

> Input for estimating withdrawal fees before submitting a withdrawal.

**Input object**

Input for estimating withdrawal fees before submitting a withdrawal.

## Input fields

<ParamField name="amount" type="Float!" required>
  The amount to withdraw.
</ParamField>

<ParamField name="method" type="WithdrawMethods!" required>
  The withdrawal method.
</ParamField>

<ParamField name="source" type="WithdrawSource">
  The source balance from which to withdraw.
</ParamField>

<ParamField name="isExpedited" type="Boolean">
  Whether to estimate fees for an expedited withdrawal.
</ParamField>
