Coinorama - Aboutx

Coinorama is an independant, free-of-charge monitor of Bitcoin markets, network and blockchain.
It's been online since May 2013.

You're welcome to share comments and bug reports on bitcointalk and twitter.
Any other inquiry can be sent to coinorama.net{at}gmail.com
 
And if you dig Coinorama, please consider making a donation.

Thanks for your support !

 


 Close 
MARKETS   NETWORK   BLOCKS   ABOUT   API   WEB-APP
twitter
|   ALERTS   |   HELP   |   colors:  classicdisable thematicenable   |   y-axis:  leftdisable rightenable   |   thumbs: off


Cryptocurrency robot

To trade bitcoin autonomously finding the best trading bot is an extremely difficult task. The bitcoin lifestyle bot simplifies the task of trading bitcoin by calculating the prices and placing the trade accordingly. It is driven by sophisticated algorithms which help in buying and selling the coins.

Markets - Helpx

You may display individual or multiple exchanges data.
If selected exchanges use different currencies, data are converted to USD.

Each chart box can be customized, and you may select among the following chart types : The ticker on the right shows for each exchange : Data are updated every 3 seconds.
 Close 
|   HELP   |   y-axis:  leftdisable rightenable
Network - Helpx

This section shows some statistics about the Bitcoin network : Data are updated every 30 seconds.
 Close 


Latest Blocks





Coinorama API

Coinorama's ticker data are public and can be accessed using the API described on this page.

An implementation example is provided with this simple Python ticker: coinorama-ticker.py (GitHub).

Markets Ticker

URL : http://coinorama.net/api/markets
Recommended request rate : Ten per minute

Returns a JSON object where "ticks" holds the data of available exchanges.
Each exchange is represented by a key whose value holds a tick object.
A tick object has the following properties :
keyvalueunit
lastprice of the latest tradecurrency/BTC
openprice of the first trade of the past 24hcurrency/BTC
avgaverage price during the past 24hcurrency/BTC
bidorder book highest bid pricecurrency/BTC
askorder book lowest ask pricecurrency/BTC
volumetrading volume (past 24h)Bitcoins
rusdcurrency to USD conversion raten/a

Bitcoin Network Info

URL : http://coinorama.net/api/network
Recommended request rate : Two per minute

Returns a JSON object where "ticks" holds the data of available crypto-currencies (currently Bitcoin only).
For each crypto-currency, an object holds the crypto-currency name and the tick data.
A tick object has the following properties :
keynameunit
lastlast block IDn/a
timelast block timestampUNIX timestamp UTC
diffdifficultyn/a
hratehashrate estimateMH/s