# | Currency {{ sortDirection === 1 ? '↑' : '↓' }} | Price (EUR) {{ sortDirection === 1 ? '↑' : '↓' }} | Chart (24H) | Change (24H) {{ sortDirection === 1 ? '↑' : '↓' }} | Market Cap {{ sortDirection === 1 ? '↑' : '↓' }} | |
---|---|---|---|---|---|---|
{{ index + 1 }} | €{{ formatPrice(asset.price_eur, asset.base_asset_decimals) }} |
|
{{ (Number(asset.percent_change_24h) >= 0 ? '+' : '') + Number(asset.percent_change_24h).toFixed(2) }}% | €{{ formatMarketCap(asset.market_cap_eur) }} | Buy/Sell |