Title: Currency.Wiki Crypto Price Ticker
Author: currencywiki
Published: <strong>August 26, 2026</strong>
Last modified: August 26, 2026

---

Search plugins

![](https://ps.w.org/currencywiki-crypto-ticker/assets/banner-772x250.png?rev=3667231)

![](https://ps.w.org/currencywiki-crypto-ticker/assets/icon.svg?rev=3667231)

# Currency.Wiki Crypto Price Ticker

 By [currencywiki](https://profiles.wordpress.org/currencywiki/)

[Download](https://downloads.wordpress.org/plugin/currencywiki-crypto-ticker.1.0.2.zip)

[Live Preview](https://wordpress.org/plugins/currencywiki-crypto-ticker/?preview=1)

 * [Details](https://wordpress.org/plugins/currencywiki-crypto-ticker/#description)
 * [Reviews](https://wordpress.org/plugins/currencywiki-crypto-ticker/#reviews)
 * [Development](https://wordpress.org/plugins/currencywiki-crypto-ticker/#developers)

 [Support](https://wordpress.org/support/plugin/currencywiki-crypto-ticker/)

## Description

**Currency.Wiki Crypto Price Ticker** adds live cryptocurrency prices to your WordPress
site in seconds. Choose from four styles — a full-width scrolling price ticker for
your header, a single-coin card, a top-coins market list, or a crypto  fiat converter.
Prices update automatically in the visitor’s browser, so there is **no API key, 
no sign-up, and nothing to configure to get started**.

[View the Visual Builder](https://currency.wiki/crypto-widget)

#### Key Features

 * **4 Widget Styles** — Scrolling Ticker, Coin Card, Market List, Crypto Converter
 * **No API key** — live prices load from a fast global CDN; nothing to sign up 
   for
 * **60+ coins** — Bitcoin, Ethereum, Solana, XRP, BNB, Dogecoin, Cardano, and more
 * **9 display currencies** — USD, EUR, GBP, JPY, INR, BRL, RUB, TRY, IDR
 * **Full-width ticker** — automatically stretches to fill your header or footer
 * **Live updates** — prices refresh in the browser every few minutes
 * **Gutenberg Block** — native block editor with a live preview
 * **Shortcode** — use `[cwiki_crypto]` in any post, page, or text widget
 * **Themes & colors** — Light, Dark, or Auto, plus any accent color
 * **Localized labels** — in-widget text in 40+ languages
 * **Lightweight** — loads asynchronously, no impact on page speed
 * **Privacy-friendly** — no cookies, no personal data collected

#### Widget Styles

 1. **Price Ticker** (full-width x 56) — scrolling marquee of live prices, perfect 
    for headers
 2. **Coin Card** (260×190) — one coin with live price, 24h change, market cap and 
    volume
 3. **Market List** (300, height scales) — top coins with prices and 24h change
 4. **Crypto Converter** (300×240) — convert between crypto and fiat, live

#### Usage

**Gutenberg Block:**
 Add a block, search for “Crypto Price Ticker”, and adjust 
the settings in the sidebar. A live preview updates as you type.

**Shortcode:**

    ```
    [cwiki_crypto]
    ```

With options:

    ```
    [cwiki_crypto style="ticker" coins="BTC,ETH,SOL,XRP" theme="dark"]
    [cwiki_crypto style="coin" coin="BTC" quote="EUR" accent="f7931a"]
    [cwiki_crypto style="list" coins="BTC,ETH,SOL,XRP,ADA" quote="USD"]
    [cwiki_crypto style="converter" from="BTC" to="USD" amount="0.5"]
    ```

#### Shortcode Attributes

 * `style` — ticker, coin, list, converter (default: ticker)
 * `theme` — auto, light, dark (default: auto)
 * `accent` — hex color without # (default: 6d5efc)
 * `coins` — coins for ticker/list styles, up to 20: `BTC,ETH,SOL` (default: top
   coins)
 * `coin` — coin for the single-coin card (default: BTC)
 * `quote` — display currency: USD, EUR, GBP, JPY, INR, BRL, RUB, TRY, IDR (default:
   USD)
 * `from` — converter “from” currency, crypto or fiat (default: BTC)
 * `to` — converter “to” currency, crypto or fiat (default: USD)
 * `amount` — converter default amount (default: 1)
 * `scroll` — ticker auto-scroll, 1 or 0 (default: 1)
 * `lang` — language code for in-widget labels (default: your site language)

### External services

This plugin relies on an external service to render the widget and to supply live
prices: **Currency.Wiki**, operated by CurrencyWiki Technologies LLC.

**What the service is and what it is used for**

The widget is drawn by a small JavaScript widget hosted at `widget.currency.wiki`,
which reads cryptocurrency prices from a CDN-cached quotes file at `cdn.currency.
wiki`. The plugin does not bundle that script or the price data; it builds an embed
URL and loads them from the service. This is what keeps the plugin small and lets
prices stay current without a plugin update.

**What data is sent, and when**

 * **On every page view where the widget is displayed**, the visitor’s browser requests
   the widget script from `https://widget.currency.wiki/crypto/v3/script.js`, and
   then the price file from `https://cdn.currency.wiki/crypto/quotes.json`. The 
   script request carries the display settings you configured (style, theme, accent
   color, coin list, quote currency, language) as URL parameters, plus a `source
   =wp` marker indicating the request came from the WordPress plugin. As with any
   web request, the visitor’s IP address and user agent are visible to the server.
 * **No personal data is collected, and no cookies are set.** Prices are public 
   market data; nothing about your visitor is sent beyond the ordinary contents 
   of an HTTP request.
 * **In the WordPress admin**, two screens show live previews from `https://widget.
   currency.wiki/crypto/v3/embed` (each flagged `preview=1` so it is not counted
   as a site using the widget), which send the same display settings listed above:
   the plugin’s settings screen renders a small gallery of the four styles, and 
   the block editor renders a live preview while you configure a block. No personal
   data is sent from the admin; these are the same public price requests described
   above.

**Terms and privacy**

 * Terms of Service: https://currency.wiki/terms-of-service
 * Privacy Policy: https://currency.wiki/privacy-policy

## Screenshots

[⌊Scrolling price ticker — stretches full-width, perfect for headers⌉⌊Scrolling 
price ticker — stretches full-width, perfect for headers⌉[

Scrolling price ticker — stretches full-width, perfect for headers

[⌊Coin card with live price, 24h change, market cap and volume⌉⌊Coin card with live
price, 24h change, market cap and volume⌉[

Coin card with live price, 24h change, market cap and volume

[⌊Market list with top coins and a crypto converter⌉⌊Market list with top coins 
and a crypto converter⌉[

Market list with top coins and a crypto converter

[⌊Gutenberg block with live preview⌉⌊Gutenberg block with live preview⌉[

Gutenberg block with live preview

[⌊Dark theme with a custom accent color⌉⌊Dark theme with a custom accent color⌉[

Dark theme with a custom accent color

## Blocks

This plugin provides 1 block.

 *   Crypto Price Ticker

## FAQ

### Do I need an API key?

No. Live prices are served from a fast, globally cached CDN endpoint maintained 
by Currency.Wiki. There is nothing to sign up for.

### How often do prices update?

Price data is refreshed on the server every 15 minutes, and each widget re-checks
for new prices every few minutes in the visitor’s browser.

### Which coins are supported?

Over 60 of the top cryptocurrencies by market cap, including Bitcoin, Ethereum, 
Solana, XRP, BNB, Dogecoin, Cardano, TRON, Chainlink, Litecoin, and more. Unknown
symbols are ignored safely.

### Can I show prices in my local currency?

Yes. The ticker, list, and coin card can display prices in USD, EUR, GBP, JPY, INR,
BRL, RUB, TRY, or IDR. The converter also converts crypto to crypto.

### Does it slow down my site?

No. The widget loads asynchronously and is only a few kilobytes. It does not block
page rendering.

### Does it collect any data?

No. The widget sets no cookies and collects no personal data from your visitors.

### Is this financial advice?

No. Prices are informational only, aggregated from public market data, and can lag
the live market. Always verify prices on an exchange before trading.

### Does it add a link to my site?

Not unless you ask it to. The “Powered by Currency.Wiki” credit is **off by default**.
You can turn it on under **Crypto Widget  Settings**, or per embed with `branding
="1"`. The widget looks and works exactly the same either way.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Currency.Wiki Crypto Price Ticker” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ currencywiki ](https://profiles.wordpress.org/currencywiki/)

[Translate “Currency.Wiki Crypto Price Ticker” into your language.](https://translate.wordpress.org/projects/wp-plugins/currencywiki-crypto-ticker)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/currencywiki-crypto-ticker/),
check out the [SVN repository](https://plugins.svn.wordpress.org/currencywiki-crypto-ticker/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/currencywiki-crypto-ticker/)
by [RSS](https://plugins.trac.wordpress.org/log/currencywiki-crypto-ticker/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * The **Crypto Widget** settings screen now shows live previews of all four styles(
   ticker, coin card, market list, converter) right on the page, so you can see 
   them without opening the block editor or the online builder.

#### 1.0.1

 * Activation now asks once whether to show the optional “Powered by” credit. It
   stays off unless you say yes.

#### 1.0.0

 * Initial release: scrolling price ticker, coin card, market list, and crypto converter
   styles; Gutenberg block and `[cwiki_crypto]` shortcode.

## Meta

 *  Version **1.0.2**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [bitcoin](https://wordpress.org/plugins/tags/bitcoin/)[crypto price](https://wordpress.org/plugins/tags/crypto-price/)
   [crypto ticker](https://wordpress.org/plugins/tags/crypto-ticker/)[crypto widget](https://wordpress.org/plugins/tags/crypto-widget/)
   [cryptocurrency](https://wordpress.org/plugins/tags/cryptocurrency/)
 *  [Advanced View](https://wordpress.org/plugins/currencywiki-crypto-ticker/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/currencywiki-crypto-ticker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/currencywiki-crypto-ticker/reviews/)

## Contributors

 *   [ currencywiki ](https://profiles.wordpress.org/currencywiki/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/currencywiki-crypto-ticker/)