Blockchain.info's blockcount API call giving error, alternatives?

2

This URL today: https://blockchain.info/q/getblockcount

Was giving the error "Too many requests".

Any alternative out there to get the blockcount via an API? Thanks

knocte

Posted 2016-06-27T00:37:09.483

Reputation: 1 531

Works fine for me (5 minutes after you posted your question).Greg Hewgill 2016-06-27T00:42:32.723

Answers

2

Another public API I found for this:

https://blockexplorer.com/api/status?q=getBlockCount

But the best one so far, is blockR.io because it even has testnet support:

MainNet: http://btc.blockr.io/api/v1/coin/info

TestNet: http://tbtc.blockr.io/api/v1/coin/info

knocte

Posted 2016-06-27T00:37:09.483

Reputation: 1 531

0

You can use our API:

Get latest block (total blocks count )

https://bitaps.com/api/#Get_latest_block

bitaps.com

Posted 2016-06-27T00:37:09.483

Reputation: 563

testnet support?knocte 2016-12-29T08:05:57.473