Purchase Now

Overview

CoinTrail provides embeddable widgets that website owners can add to their sites. This drives traffic back to your platform and provides value to other websites.

Screenshot: Widgets gallery page with embed codes frontend/widgets-gallery.png

Widget gallery on the frontend

Available Widgets

1. Price Ticker Widget

A horizontal scrolling ticker showing live cryptocurrency prices.

URL
/widgets/price-ticker?coins=bitcoin,ethereum,tether&theme=light

Parameters

ParameterDefaultDescription
coinsbitcoin,ethereum,tetherComma-separated coin IDs
themelightlight or dark

Embed Code

HTML
<iframe
  src="https://yourdomain.com/widgets/price-ticker?coins=bitcoin,ethereum&theme=light"
  width="100%"
  height="60"
  frameborder="0"
></iframe>

2. Converter Widget

A crypto-to-crypto or crypto-to-fiat converter.

URL
/widgets/converter?from=bitcoin&to=ethereum&theme=light

Parameters

ParameterDefaultDescription
frombitcoinSource coin ID
toethereumTarget coin ID
themelightlight or dark

Embed Code

HTML
<iframe
  src="https://yourdomain.com/widgets/converter?from=bitcoin&to=usd&theme=dark"
  width="300"
  height="200"
  frameborder="0"
></iframe>

3. Market Overview Widget

A compact table showing top cryptocurrencies with price and change data.

URL
/widgets/market-overview?limit=10&theme=light

Parameters

ParameterDefaultDescription
limit10Number of coins (max 50)
themelightlight or dark

Embed Code

HTML
<iframe
  src="https://yourdomain.com/widgets/market-overview?limit=10&theme=light"
  width="400"
  height="500"
  frameborder="0"
></iframe>

Widget Gallery Page

Direct users to the widgets gallery at /widgets where they can:

  • Preview all available widgets
  • Customize widget parameters
  • Copy embed codes

Theme Options

All widgets support light and dark themes to match the embedding website's design:

  • theme=light - White background, dark text
  • theme=dark - Dark background, light text
Branding Opportunity

Widgets include a small "Powered by CoinTrail" link back to your site, driving referral traffic.