Cryptocurrency Widgets

Embed live cryptocurrency data on your website. Free, customizable, and easy to integrate.

Price Ticker Widget

Display live cryptocurrency prices with 24-hour price changes

Live Preview

Embed Code

<iframe
  src="https://codic.online/widgets/price-ticker?coins=bitcoin,ethereum,tether,binancecoin,solana&theme=light"
  width="100%"
  height="200"
  frameborder="0">
</iframe>

Customization Parameters:

  • coins - Comma-separated coin IDs (e.g., bitcoin,ethereum)
  • theme - light or dark

Cryptocurrency Converter Widget

Allow users to convert between cryptocurrencies with live exchange rates

Live Preview

Embed Code

<iframe
  src="https://codic.online/widgets/converter?from=bitcoin&to=ethereum&theme=light"
  width="100%"
  height="300"
  frameborder="0">
</iframe>

Customization Parameters:

  • from - Source cryptocurrency ID (e.g., bitcoin)
  • to - Target cryptocurrency ID (e.g., ethereum)
  • theme - light or dark

Market Overview Widget

Show top cryptocurrencies by market cap with live prices and 24h changes

Live Preview

Embed Code

<iframe
  src="https://codic.online/widgets/market-overview?limit=10&theme=light"
  width="100%"
  height="500"
  frameborder="0">
</iframe>

Customization Parameters:

  • limit - Number of cryptocurrencies to display (e.g., 10, 20, 50)
  • theme - light or dark

Widget Features

Real-Time Data

Live prices updated every 60 seconds from CoinGecko API

Fully Responsive

Works perfectly on desktop, tablet, and mobile devices

Easy Customization

Customize colors, cryptocurrencies, and display options via URL parameters

How to Use

  1. 1 Choose the widget you want to embed from the options above
  2. 2 Customize the widget by modifying URL parameters (optional)
  3. 3 Click the "Copy" button to copy the embed code
  4. 4 Paste the code into your website's HTML where you want the widget to appear