About
The bitcoinium ticker widgets display 24-hour ticker information including high, low, volume, and percent change in addition to the past 24 hour price history for bitcoin, litecoin, ether and bitcoin-cash. The latest ticker is automatically fetched and updated every 30 seconds while the ticker history is refreshed every 5 minutes. Different currency pairs can be selected and the default pair can be configured as a widget option. Two size variants are available: medium (320px X 300px) and small (220px X 210px).
Customizable
A widget can be customized to your needs by setting its size, horizontal position and/or initial currency pair. The following widget has and alignment of center an a size of small.
How To
Paste the following code into your website to embed a ticker widget.
<div id="bitcoinium-widget" widget-coin="LTC" widget-align="center" widget-size="small" widget-initial-pair="LTC_KRAKEN_EUR"></div> <script type="text/javascript" src="https://bitcoinium.com/assets/js/bitcoinium-widget-min.js"></script>
Options
The following customization options are available.
Option Name | Allowed Option Values (Pick One) |
---|---|
widget-coin | BTC, LTC, ETH, BCH |
widget-align | left, center, right |
widget-size | small, medium |
widget-initial-pair | BTC_BTCCHINA_CNY, BTC_BITSTAMP_USD, BTC_BITFINEX_USD, BTC_KRAKEN_EUR, BTC_GDAX_USD, BTC_POLONIEX_USD, LTC_BITSTAMP_USD, LTC_KRAKEN_EUR, LTC_GDAX_USD, ETH_BITSTAMP_USD, ETH_KRAKEN_EUR, ETH_GDAX_USD, BCH_KRAKEN_EUR |