# Fee Estimate Objects

### FeeEstimateObject

<table><thead><tr><th width="279.3333333333333">      Parameter</th><th width="159" align="center">Type</th><th>                            Description</th></tr></thead><tbody><tr><td><code>message</code></td><td align="center">string</td><td>Contains an error message if an error has occurred (e.g., invalid symbol).</td></tr><tr><td><code>minimumWithdrawalAmount</code></td><td align="center">number</td><td>Smallest amount allowed for withdrawal.</td></tr><tr><td><code>network</code></td><td align="center">string</td><td><code>network</code> associated with fee.<br><br><mark style="color:orange;">NOTE:</mark> Only applicable to Crypto.</td></tr><tr><td><code>symbol</code></td><td align="center">string</td><td>symbol associated with fee.</td></tr><tr><td><code>withdrawalFee</code></td><td align="center">number | string</td><td>Estimated withdrawal fee. Displayed as a percentage if user's enabled for variable fee type.</td></tr></tbody></table>
