{{ __('Choose Withdrawal Method') }}

Select Your Preferred Withdrawal Method

Choose how you'd like to withdraw your funds. Each method has different processing times and requirements.

@if($balances && $balances->count() > 0)

Available Balances

@foreach($balances as $balance) @if($balance->balance > 0)
{{ $balance->asset->name }}
{{ $balance->asset->symbol }} {{ number_format($balance->balance / 100, 2) }}
@endif @endforeach
@endif

Important Information

  • Minimum withdrawal amount is $10 or equivalent
  • Withdrawal fees may apply depending on your account type
  • For security, first-time withdrawals may require additional verification