{{ __('GCU Trading') }}

GCU/USD Price Chart

Price chart is not yet available

Current Price

${{ $currentPrice ? number_format($currentPrice->price_usd, 4) : '1.1000' }}

24h Change

+0.85%

24h High

$1.1050

24h Low

$1.0950

Order Book

Buy Orders

1.0990 1,250 GCU
1.0985 2,500 GCU
1.0980 5,000 GCU

Sell Orders

1.1010 1,500 GCU
1.1015 3,000 GCU
1.1020 4,500 GCU

Your Recent Trades

@if($recentTrades->count() > 0)
@foreach($recentTrades as $trade) @endforeach
Time Type Amount Price Status
{{ \Carbon\Carbon::parse($trade->created_at)->format('H:i:s') }} {{ $trade->amount > 0 ? 'Buy' : 'Sell' }} {{ number_format(abs($trade->amount) / 100, 2) }} GCU $1.1000 {{ ucfirst($trade->status) }}
@else

No trades yet

@endif

Your Balances

GCU Balance Ǥ{{ number_format($gcuBalance / 100, 2) }}
≈ ${{ number_format(($gcuBalance / 100) * 1.1, 2) }}
USD Balance ${{ number_format($usdBalance / 100, 2) }}

Trade GCU

@csrf

Exchange Rate: 1 GCU = ${{ $currentPrice ? number_format($currentPrice->price_usd, 4) : '1.1000' }}

Fee: 0.1%

Market Information

Market Cap $125.5M
24h Volume $2.3M
Circulating Supply 114.1M GCU
Next Vote {{ now()->startOfMonth()->addMonth()->format('M j, Y') }}
@push('scripts') @endpush