I saw this in the API page of blockchain.info
Requests in 8 Hours: 39 (Soft Limit = 28800, Hard Limit = 28900)
Requests in 5 minutes: 1 (Soft Limit = 700, Hard Limit = 725)
Does anybody know what it means?
I plan to query every block generated then get all the transaction details, does that mean I can only query the blockchain data api once every 5 minutes? if there are many transactions in a block i want to query each transaction.
You can hit it 700 times in a 5 minute period (two times per second).
You can hit it 28,800 times in an 8 hour period (once every second).