That's it. You'll get a live ticker showing real-time prices for Bitcoin, Ethereum, and Solana with 24h change indicators. No API key, no signup, no configuration. Two Styles Ticker (horizontal bar) A compact one-line ticker, perfect for headers, footers, or sidebars: Cards (grid) A card layout showing each coin with more detail: Configuration All configuration happens through data- attributes: Attribute Default ","image":"https://media2.dev.to/dynamic/image/width=1200,height=627,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F58qen8ks4t37lrzef1h9.png","datePublished":"2026-03-05T05:27:33","author":{"@type":"Person","name":"Ozor"},"publisher":{"@type":"Organization","name":"Dev.to Tutorial"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://flarestart.com/article/add-live-crypto-prices-to-any-website-in-60-seconds-free-widget-20260305"}}
Back to articles
Add Live Crypto Prices to Any Website in 60 Seconds (Free Widget)

Add Live Crypto Prices to Any Website in 60 Seconds (Free Widget)

via Dev.to TutorialOzor

Want to show live crypto prices on your website? Here's how to do it with a single line of HTML. The Widget Drop this into any HTML page: <script src= "https://api-catalog-three.vercel.app/widget/crypto-ticker.js" data-coins= "BTC,ETH,SOL" data-theme= "dark" > </script> That's it. You'll get a live ticker showing real-time prices for Bitcoin, Ethereum, and Solana with 24h change indicators. No API key, no signup, no configuration. Two Styles Ticker (horizontal bar) A compact one-line ticker, perfect for headers, footers, or sidebars: <script src= "https://api-catalog-three.vercel.app/widget/crypto-ticker.js" data-coins= "BTC,ETH,SOL,DOGE" data-theme= "dark" data-style= "ticker" > </script> Cards (grid) A card layout showing each coin with more detail: <script src= "https://api-catalog-three.vercel.app/widget/crypto-ticker.js" data-coins= "BTC,ETH,SOL" data-theme= "light" data-style= "cards" > </script> Configuration All configuration happens through data- attributes: Attribute Default

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
3 views

Related Articles