Hacker News new | ask | show | jobs
by 1996 2346 days ago
Where's the data? Do you have to register to use it?

Here's a better alternative, updated every minute: http://cryptomarketplot.com/api.json

It has the bid and ask (apparently missing given the comments below). For fiat/fiat pairs, use the BTC/fiat pair, for example:

        "id": "fiat-eur",
        "symbol": "EUR",
        "pair": "BTC/EUR",
        "name": "Euro",
        "bid_eur": "8251.26",
        "ask_eur": "8277.58",
        "last_eur": "8231.34",
(...)

        "id": "fiat-try",
        "symbol": "TRY",
        "pair": "BTC/TRY",
        "name": "Turkish Lira",
        "bid_try": "53258.52",
        "ask_try": "54173.34",
        "last_try": "51903.02",
Use the BTC/EUR and BTC/LYR to find the LYR/EUR with one division.

No rate limit, no condition to use the api. It's free for all and will remain free.

1 comments

That's not how currency rates work. This requires Bitcoin to be identical in demand. For example, EUR to TRY using Bitcoin is 0.15496, vs 0.15313 according to XE. Moreover, that crypto API only features 15 fiat pairs, vs. well Currenyscoop's 159.

https://currencyscoop.com/supported-currencies

This is correct.

However, most people will not be able to trade at the XE quoted rates. Just try to go to your back and exchange. The price reported on CMP are what any random person can get, for real, using the crypto exchanges - without complicated paperwork. Without delay. With a separate bid and ask, instead of reporting a theoretical midpoint.

Also, the API is fully free. Anytime. Any volume of request. Commercial purposes included. No questions asked.

So yeah, that's currently smaller, but I think it is closer to what people and especially developers really care or need - the big fiat pairs, and true rates, without Terms-Of-Service.