Loading Application...
{{ message.text }}

Binance Withdraw App

Convert and withdraw your crypto to USDT

Loading configuration...

Scaleway IP
{{ currentIP }} Not loaded
Predefined Wallets
{{ predefinedWallets.length }} wallet(s) configured No wallets configured
{{ wallet.wallet }} ({{ wallet.networks.join(', ') }}) ...and {{ predefinedWallets.length - 2 }} more
Admin Tools
Administrative functions and system monitoring
{{ isConnected ? 'Connected to Binance API' : 'Not connected to Binance API' }}

Binance API Connection

Refreshing balances...

Account Balances

Loading balances...

No balances found. Click "Refresh" to load your portfolio.

{{ balance.asset }}
${{ formatNumber(getBalanceUSDValue(balance)) }} (Available: ${{ formatNumber(getBalanceFreeUSDValue(balance)) }})
Total: {{ getBalanceTotal(balance) }}
Available: {{ getBalanceFree(balance) }}
Networks: {{ getNetworkList(balance.networks) }}
{{ walletName }}
{{ getWalletAmount(walletData, 'full') }} {{ balance.asset }}
Available: {{ getWalletAmount(walletData, 'free') }} {{ balance.asset }}
Portfolio Summary

Total Portfolio Value: ${{ formatNumber(getTotalPortfolioValue()) }}

Assets across: {{ getActiveWalletCount() }} wallet type(s)

Active Wallets:
{{ walletType }}

Withdraw Asset

Available for Withdrawal
Available in Spot Wallet: {{ selectedAssetData.free }} {{ withdrawalForm.selectedAsset }}
Locked Amount: {{ formatFee(selectedAssetData.locked) }} {{ withdrawalForm.selectedAsset }}
Withdrawal Rules for {{ withdrawalForm.selectedAsset }} on {{ selectedNetworkInfo.name }}
Minimum: {{ formatFee(selectedNetworkInfo.withdrawMin) }} {{ withdrawalForm.selectedAsset }}
Maximum: {{ formatFee(selectedNetworkInfo.withdrawMax) }} {{ withdrawalForm.selectedAsset }}
Fee: {{ formatFee(selectedNetworkInfo.withdrawFee) }} {{ withdrawalForm.selectedAsset }}
Step Size: {{ formatFee(selectedNetworkInfo.withdrawIntegerMultiple) }}
{{ withdrawalValidation.error }}
{{ withdrawalValidation.suggestion }}
Receive amount: {{ formatAmount(withdrawalForm.amount) }} - {{ formatFee(selectedNetworkInfo.withdrawFee) }} = {{ calculateReceiveAmount() }} {{ withdrawalForm.selectedAsset }}

{{ withdrawalStatus ? 'Withdrawal Status' : 'Tracking Withdrawal' }} {{ lastWithdrawalId }}

ID: {{ withdrawalStatus.id }}

Asset: {{ withdrawalStatus.coin }}

Amount: {{ withdrawalStatus.amount }}

Network: {{ withdrawalStatus.network }}

Status:

Address: {{ withdrawalStatus.address }}

TX ID: {{ withdrawalStatus.txId }}

Withdrawal ID {{ lastWithdrawalId }} is being tracked.
Click "Check Status" to look for this withdrawal in your Binance history.
Note: New withdrawals may take a few minutes to appear in the system.

Process Logs

No logs yet... Logs will appear here when you connect or perform actions.
[{{ log.timestamp }}] Backend {{ log.message }}