Hi, came looking for api information, no luck so far. :(
-
I’ve put together a cryptocurrency data collector system and had it written to get FeatherCoin stats from the official (?) API. That has stopped updating. Any suggestions on other API’s?
-
You can pull most of the data from an Abe compatible block explorer API.
-
@Antz what doesn’t work with the api? Seems to work fine for me…
-
@Wellenreiter said:
@Antz what doesn’t work with the api? Seems to work fine for me…
“currblk”:742035
-
@ghostlander ah, right, the block information needs to be fixed. I only use the exchange information provided, which is working fine
-
So I was hoping to find an API which would include the current network hashrate, but can’t seem find any that include this. While I know that I could calculate the estimated network hashrate from blocktimes and difficulty, this would mean that I would need to have this information about every single block.
Is there any API or other way to get the current/average network hashrate every 30 minutes? -