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
| 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) }} |
No trades yet
@endif