Author

Topic: Altcoins price tickers for websites (Read 1166 times)

legendary
Activity: 1124
Merit: 1013
ParalleCoin's ruler from the shadow
December 08, 2013, 01:26:51 PM
#3
Whats the call to yahoos api for ?
This ticker works over Yahoo because it is not simple to call API with just jQuery, this solution is simplest way to display price from exchange as I figure out without using PHP or some other server side language.
member
Activity: 84
Merit: 10
December 08, 2013, 01:05:43 PM
#2
Whats the call to yahoos api for ?
legendary
Activity: 1124
Merit: 1013
ParalleCoin's ruler from the shadow
December 08, 2013, 12:48:19 PM
#1
Hello all,

Here are simple jQuery price tickers for websites:

LTC:
BTC-E - http://jsfiddle.net/marcetin/9FHp3/4/
Cryptsy - http://jsfiddle.net/marcetin/P2t9R/2/
BTER - http://jsfiddle.net/marcetin/gCCe2/1/
Vircurex - http://jsfiddle.net/marcetin/PZ9fe/1/

FTC:
BTC-E - http://jsfiddle.net/marcetin/rW4L2/1/
Cryptsy - http://jsfiddle.net/marcetin/7eYX5/1/
BTER - http://jsfiddle.net/marcetin/mZe36/1/
Vircurex - http://jsfiddle.net/marcetin/e349E/


XPM:
BTC-E - http://jsfiddle.net/marcetin/H3NkT/
Cryptsy - http://jsfiddle.net/marcetin/cLUMe/
BTER - http://jsfiddle.net/marcetin/R4e6j/
Vircurex - http://jsfiddle.net/marcetin/4mTSL/

NMC:
BTC-E - http://jsfiddle.net/marcetin/cYqLx/
Cryptsy - http://jsfiddle.net/marcetin/2Kd4W/1/
BTER - http://jsfiddle.net/marcetin/F6GnZ/
Vircurex - http://jsfiddle.net/marcetin/TEM26/1/


Refresh time is 10 seconds but you can change it, changing this value "setTimeout(startRefresh, 10000)" , but please do not set to small number because there will be too much requests from your browser.
Also you can change how many decimal places will be shown by changing "toFixed(6)".

By time I will update this list with other coins.
Jump to: