kangasbros / django-bitcoin

bitcoin payment management for django
MIT License
179 stars 107 forks source link

Bitcoincharts API error #25

Closed zot24 closed 10 years ago

zot24 commented 10 years ago

I'm having problem getting data from this URL http://bitcoincharts.com/t/weighted_prices.json so I decided to have a look to Bitcoincharts web site and I realise that they have now a different URL to call their API http://api.bitcoincharts.com/v1/weighted_prices.json

Should we change the URL that we are using in the code right now?

Cheers.

miohtama commented 10 years ago

Yep, the URL is old.

zot24 commented 10 years ago

I'll fixed and pull a request.