@php $meta = (object) $meta; $pair = @$meta->pair; @endphp
{{ showAmount(@$pair->marketData->price,8, currencyFormat: false) }}
{{ showAmount(@$pair->marketData->last_price,8, currencyFormat: false) }}
{{ showAmount(@$pair->marketData->percent_change_1h, 2, currencyFormat: false) }}%
{{ showAmount(@$pair->marketData->percent_change_24h, 2, currencyFormat: false) }}%
{{ showAmount(@$pair->marketData->market_cap, 2, currencyFormat: false) }}