I'm trying to get the time series for a specific period from blockchain.info but the json seems to not be there anymore. Does anyone knows if the json API is not available anymore or it is a temporary issue. For example when trying to access https://blockchain.info/charts/hash-rate&format=json I get an Unknown Exception. Thanks.
Tell me more
×
Bitcoin Stack Exchange is a question and answer site for
Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.
|
This error should be fixed now. |
|||
|
|
|
The JSON export seems indeed to be broken. A quick workaround is to simply get the graph page and extract the needed data from there:
That should give you the JSON array. The array contains a daily sample of the hash-rate starting from timestamp
|
|||
|
|