
Add Live Crypto Prices to Any Website in 60 Seconds (Free Widget)
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


