Skip to main content

Crypto Price Fetcher

Select options and click fetch

Crypto Tracker

Price will appear here

: '€'; display.innerHTML = `

${crypto.toUpperCase()}

${currencySymbol}${price.toLocaleString()}

`; } catch (error) { display.innerHTML = `

Error fetching price!

`; } });