Bitcoin Forum

Bitcoin => Project Development => Topic started by: cilphex on March 23, 2013, 08:03:43 PM



Title: What's the best API to use to get the current bitcoin price?
Post by: cilphex on March 23, 2013, 08:03:43 PM
I'm thinking of making a simple Chrome extension that would allow you to easily check the price of bitcoin at any time by simply clicking a button in your browser, instead of having to visit a website.  I'm unfamiliar with any APIs that might currently be out there which would make this possible.  Anyone have a recommendation?


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: cilphex on March 23, 2013, 08:08:08 PM
To answer my own question, blockchain.info seems to have exactly what I'm looking for:

https://blockchain.info/api/exchange_rates_api

Though I'm always open to learning about other APIs available to me anyway, for future reference.


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: aantonop on March 23, 2013, 09:56:15 PM
mtgox has a couple.

https://en.bitcoin.it/wiki/MtGox/API

I believe the most low-latency API they have is the websockets API, where you subscribe to a price feed in near real time.

https://en.bitcoin.it/wiki/MtGox/API/Streaming

Here's a discussion about it and BETA testing:

https://bitcointalk.org/index.php?topic=5855.0


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: frga13 on March 23, 2013, 10:07:24 PM
Please, post here if (when) you make that Chrome extension. Will be nice thing to have it.
thx


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: capex98 on October 10, 2017, 06:27:47 AM
I think the Coindesk API is simpler. Check it out: https://www.coindesk.com/api/


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: OriginTrain on October 10, 2017, 09:52:54 AM
Beautiful resurrection powers. A grandmaster necromancer from the 3rd inner circle. How to wield such power?


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: g@brielikeR657 on October 10, 2017, 12:46:45 PM
I'm thinking of making a simple Chrome extension that would allow you to easily check the price of bitcoin at any time by simply clicking a button in your browser, instead of having to visit a website.  I'm unfamiliar with any APIs that might currently be out there which would make this possible.  Anyone have a recommendation?

i like to design a special app for finding bit coin price and checking every day. so now i'm trying to designing new app. actually coindesk API is the best for using. so present i had to using this API only.and making few changes in google then it is easy to finding price.


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: daserpent on October 10, 2017, 04:01:08 PM
I wouldn't advise anyone to install unknown extensions. The last online wallet hack was because of chrome extensions btw. So beware people.!


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: megainarmy on February 06, 2018, 10:40:12 PM
In google sheets (excel) to get BTC/USD value I was made this:
=1000/IMPORTDATA("https://blockchain.info/tobtc?currency=USD&value=1000").
It's work's fine!  ;)


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: exchange.blue on February 07, 2018, 02:40:07 AM
I prefer CoinMarketCap


Title: Re: What's the best API to use to get the current bitcoin price?
Post by: o3wallet on February 07, 2018, 03:22:18 PM
Allot of companies are using https://bitcoinaverage.com/ have a look at their website and you can find how they get the price.