Posts

Showing posts with the label BTC Hash-Rate API

BTC Hash-Rate API

BTC Hash-Rate API I'd like to get hash-rate of BTC from OKcoin' API(GET /api/v1/charts/:type) here is OKCoin's API web site. How can I get information from here is OKCoin's API web site. python gets = requests.get("http://ift.tt/2jrorGp") gets.json() OUT {'error_code': 10010, 'result': False} http://ift.tt/2Aa6ZQB