Sell {{ $currency->name }}

{{formatNumber($nairaRate)}}

SwiftPay Balance

Note: You need to first fund your SwiftPay {{$currency->name}} wallet before you can sell crypto

SwiftPay Balance

{{formatNumber(auth()->user()->wallet_balance)}}

Success

Your payment wallet address is being generated and you will be notified shortly once it is ready.

@if ($remainingTime)

Please wait.. {{ $remainingTime }}s

@endif
@if ($quidax_wallet)

SwiftPay {{$currency->name}} Wallet

{{$quidax_wallet['name']}}

{{$quidax_wallet['currency']}}

{{$quidax_wallet['balance']}}

Supported Networks

@foreach ($networks as $network)

{{$network['id']}}

{{$network['name']}}

@if ($network['payment_address'])

{{$network['payment_address']}}

@else @endif

{{$network['withdraws_enabled'] ? 'Yes' : "No"}}

{{$network['deposits_enabled'] ? 'Yes' : "No"}}

@if ($network['destination_tag'])

{{$network['destination_tag']}}

@endif @if ($network['payment_address']) Copy Wallet Address @endif
@endforeach
@endif {{--

Note: Ensure you input the right info, as we would not be held liable for any loss of asset.

--}}
@php $label = "Amount of " . $currency->symbol . " to sell"; @endphp

{{formatNumber($nairaAmount)}} NGN

{{ __('Proceed') }}
{{-- order Preview --}}

Order Preview

Total

{{formatNumber($totalAmount)}}

{{formatNumber($amount)}} {{$currency->symbol}}

{{formatNumber($nairaAmount)}} NGN

{{formatNumber($feeAmount)}} NGN

{{ __('Continue') }}