Currency.Wiki Crypto Price 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

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

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

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.