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

Issues with outdated data for full names #6

Closed dmptrluke closed 8 years ago

dmptrluke commented 9 years ago

I noticed if you use a full name instead of a ticker, you get outdated data.

https://coinmarketcap-nexuist.rhcloud.com/api/ltc

vs

https://coinmarketcap-nexuist.rhcloud.com/api/litecoin

Is there any way you can flush this old data from your instance? Thanks :)

dmptrluke commented 9 years ago

A nice idea would also be to store the full currency name in the API, and allow you to use that as a query and view it in the results. Slightly off-topic, though.

{
symbol: "ltc",
name: "Litecoin",
position: "3"
}
Nexuist commented 8 years ago

Closed with v2.0.