Nexuist / CoinMarketCapAPI

JSON API for coinmarketcap.com written in node and hosted on OpenShift.
https://coinmarketcap-nexuist.rhcloud.com
54 stars 24 forks source link

Empty values returned #3

Closed avenir closed 10 years ago

avenir commented 10 years ago

Hi guys - are you aware that this has stopped returning currency values?

http://coinmarketcap-nexuist.rhcloud.com/api/all :

{ "Bitcoin": { "symbol": "btc", "position": "1", "market_cap": { "usd": "4324763530.88", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "13352775.0" }, "price": { "usd": "323.885", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "1.0" }, "supply": "13352775", "volume": { "usd": "101686000", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "312041.0" }, "change": "4.21", "timestamp": 1412595618.315 },

Nexuist commented 10 years ago

Thanks, I'll look into it.

— Sent from Mailbox

On Mon, Oct 6, 2014 at 7:43 AM, avenir notifications@github.com wrote:

Hi guys - are you are that this has stopped returning currency values? http://coinmarketcap-nexuist.rhcloud.com/api/all : { "Bitcoin": { "symbol": "btc", "position": "1", "market_cap": { "usd": "4324763530.88", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "13352775.0" }, "price": { "usd": "323.885", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "1.0" }, "supply": "13352775", "volume": { "usd": "101686000", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "312041.0" }, "change": "4.21", "timestamp": 1412595618.315

},

Reply to this email directly or view it on GitHub: https://github.com/Nexuist/CoinMarketCapAPI/issues/3

Nexuist commented 10 years ago

Huh, problem seems to have sorted itself out :P I should work on a system to automatically notify me of these things though.

On Mon, Oct 6, 2014 at 7:43 AM, avenir notifications@github.com wrote:

Hi guys - are you are that this has stopped returning currency values? http://coinmarketcap-nexuist.rhcloud.com/api/all : { "Bitcoin": { "symbol": "btc", "position": "1", "market_cap": { "usd": "4324763530.88", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "13352775.0" }, "price": { "usd": "323.885", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "1.0" }, "supply": "13352775", "volume": { "usd": "101686000", "eur": "NaN", "cny": "NaN", "cad": "NaN", "rub": "NaN", "btc": "312041.0" }, "change": "4.21", "timestamp": 1412595618.315

},

Reply to this email directly or view it on GitHub: https://github.com/Nexuist/CoinMarketCapAPI/issues/3