8
Basically what I'm looking for is a reliable API that allows for the conversion of an imputed currency amount such as USD/Euro amount and a conversion would be made that would convert the amount to BTC.
I want to also point out that I am not looking to convert hard cash for actual bitcoin. I am only looking to determine the current value conversion of a particular USD/Euro at that particular time period.
I am hoping to use this feature on a current website (HTML/PHP/ETC..) that I am working on.
If anyone can point me to a reliable API that can perform such a task please let me know. Also if you happen to have any guides in regards to implementing/using the API that would also be greatly appreciated.
EDIT:
I want to also point out that I have gathered a few API URLs from numerous websites which can be viewed at the comment section. Now my question is how do I go about choosing the most efficient API and is their any step to step guides, that guides someone in implementing a particular API?
Which exchange APIs have you looked at so far? – Greg Hewgill – 2014-05-07T00:09:52.367
I have looked at the following: https://coinbase.com/api/doc/1.0/prices.html https://coinbase.com/api/v1/prices/spot_rate http://bitcoincharts.com/about/markets-api/ https://blockchain.info/api/exchange_rates_api https://btc-e.com/api/documentation https://bitpay.com/ and https://coinbase.com/api/doc/1.0/currencies/exchange_rates.html But I'm guessing that the last one my serve me better?
– Green – 2014-05-07T00:51:41.6171Well that's a pretty comprehensive list, I don't think there's anything to add really. Perhaps you could update your question to state what you would like to know, since finding an API doesn't seem to be the hard part. – Greg Hewgill – 2014-05-07T01:04:24.100
Ok ill be updating my question. But my question for you is which link do you feel is more reliable in terms of conversions? And any resources that you are aware of that helps and guides first time API users? – Green – 2014-05-07T01:15:23.747