kennethreitz 71cbec255e fix
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-27 08:22:30 -04:00
2017-08-24 19:53:48 -04:00
2017-08-23 04:28:08 -04:00
2017-08-26 19:03:05 -04:00
2017-08-27 07:21:56 -04:00
2017-08-26 14:50:28 -04:00
fix
2017-08-27 08:22:30 -04:00
2017-08-25 23:58:07 -04:00
2017-08-24 15:15:01 -04:00
2017-08-27 07:26:28 -04:00
2017-08-26 14:56:27 -04:00
2017-08-27 07:21:56 -04:00
2017-08-27 07:16:10 -04:00

₿ Coinhub.org

The HumanFriendly API Service for Crypto Currency Information.

This free web service exists to provide information on "coins". Supports all cryptocurrencies.

Example API Endpoints

$ curl https://coinbin.org/lbc

{
  "coin": {
    "name": "LBRY Credits", 
    "rank": "100", 
    "ticker": "lbc", 
    "value": 0.429737, 
    "value.currency": "USD"
  }
}

$ curl https://coinbin.org/lbc/42.01

{
  "coin": {
    "exchange_rate": 0.429737, 
    "value": 18.053251369999998, 
    "value.currency": "USD"
  }
}

$ curl https://coinbin.org/lbc/to/sc

{
  "coin": {
    "exchange_rate": 61.98696034733942
  }
}

$ curl https://coinbin.org/lbc/42.01/to/sc

{
  "coin": {
    "exchange_rate": 61.98696034733942, 
    "value": 2604.072204191729, 
    "value.coin": "sc"
  }
}

$ curl https://coinbin.org/lbc/history

{
  "history": [
    {
      "timestamp": "2017-08-24T04:00:55.932092Z",
      "value": 0.3404,
      "value.currency": "USD",
      "when": "today"
    }, ...

... {
      "timestamp": "2016-07-12T04:01:09.167162Z",
      "value": 0.239634,
      "value.currency": "USD",
      "when": "Jul 12 2016"
    }
  ]
}

Like this project?

Consider tipping us! We have many wallets.

More Resources

S
Languages
Python 49%
CSS 33.3%
HTML 17.6%