Cryptocurrency Widgets
Embed live crypto prices, market data, and converter tools on your website. Simple iframe widgets, easy setup, and no complex integration required.
Live Prices
Display selected cryptocurrency prices with 24-hour market changes.
Easy Embed
Copy one iframe code and place it directly into your website HTML.
Light & Dark
Use URL parameters to switch between light and dark widget themes.
Price Ticker Widget
Display live cryptocurrency prices with 24-hour price changes.
<iframe
src="https://www.coinkaya.com/widgets/price-ticker?coins=bitcoin,ethereum,tether,binancecoin,solana&theme=light"
width="100%"
height="200"
frameborder="0">
</iframe>
Parameters
coinsComma-separated coin IDs, such as bitcoin,ethereumthemeUse light or dark
Cryptocurrency Converter Widget
Allow users to convert between cryptocurrencies with live exchange rates.
<iframe
src="https://www.coinkaya.com/widgets/converter?from=bitcoin&to=ethereum&theme=light"
width="100%"
height="300"
frameborder="0">
</iframe>
Parameters
fromSource cryptocurrency ID, such as bitcointoTarget cryptocurrency ID, such as ethereumthemeUse light or dark
Market Overview Widget
Show top cryptocurrencies by market cap with live prices and 24h changes.
<iframe
src="https://www.coinkaya.com/widgets/market-overview?limit=10&theme=light"
width="100%"
height="500"
frameborder="0">
</iframe>
Parameters
limitNumber of cryptocurrencies to display, such as 10, 20, or 50themeUse light or dark
Widget Features
Simple tools designed for crypto websites, blogs, dashboards, and market pages.
Real-Time Data
Live market prices refresh automatically while the widget is loaded.
Responsive Layout
Widgets can fit desktop, tablet, and mobile website layouts.
Easy Customization
Change coin lists, limits, and themes directly through URL parameters.
How to Use
Embed a CoinKaya widget in four simple steps.
Choose the widget you want to add to your website.
Adjust the URL parameters if you want a different coin list or theme.
Click the Copy button to copy the iframe embed code.
Paste the code into your website HTML where you want the widget to appear.