How to display price of one Bitcoin on website in PHP?

1

Firstly, I know this is a duplicate post but from what I can find all of the others are using the MtGox price (redundant now).

I was wondering - what is the current best way to display the price of one litecoin and one bitcoin in USD using PHP?

Michael A

Posted 2014-03-27T04:28:04.497

Reputation: 121

Question was closed 2014-03-27T07:16:26.193

1

First example in linked question has a PHP example connecting to BitPay's rate API. Which is possibly better to use than exchanges. The basic gist is using PHP to read JSON from a url. See how to Get JSON object from URL

John T 2014-03-27T07:17:39.533

1See the question that Jacob Torba suggested, I have added an answer there that might suite you.Jori 2014-03-27T07:26:11.727

No answers