pull down to refresh

Any chance your API can return the bitcoin price in other currencies than the USD? I'm asking because I see the site already supports several currencies...
Thank you!

Hi @398ja,

You already can: /api/v1/summary returns the USD price and an fx table side by side (ECB daily reference rates, 15 currencies).

Multiply price.usd by fx.rates.EUR (or GBP, JPY, BRL etc.) and you have your price. It is the same data the site's own converter uses.

reply