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

# WithdrawFeeEstimate

> Estimated fees and net amount for a withdrawal.

**Object**

Estimated fees and net amount for a withdrawal.

## Fields

<ResponseField name="fee" type="Float!">
  The fee that will be charged for this withdrawal.
</ResponseField>

<ResponseField name="netAmount" type="Float!">
  The net amount the user will receive after fees.
</ResponseField>

<ResponseField name="feePercent" type="Float!">
  The fee percentage applied.
</ResponseField>

<ResponseField name="feeMaxCap" type="Float">
  The maximum fee cap in dollars, if applicable.
</ResponseField>

<ResponseField name="settlementDelayDays" type="Int">
  The number of business days until settlement.
  Null for expedited withdrawals that settle immediately.
</ResponseField>
