bitpay

Bitpay conversions using PHP

In this example we will display some conversions using bitpays api. the url we are interested in is located at https://bitpay.com/api/rates This is abbreviated output [ {“code”:”BTC”,”name”:”Bitcoin”,”rate”:1}, {“code”:”BCH”,”name”:”Bitcoin Cash”,”rate”:6.327061}, {“code”:”USD”,”name”:”US Dollar”,”rate”:9095.53},…

Read more