Title: Blockchain.info Receive API problem Post by: andrepcg on June 30, 2013, 10:14:28 PM I have a service running with Blockchain.info Receive Payments API.
My PHP script requests an address and in 95% of the times it works. The other 5% it receives an empty address. Why is this happening? I've also setup a 2nd request in my script so if it fails to get an address for the first time, it will request another one, but again, it also fails in this 2nd attempt. Can you give me some help? I've tried submitting an help request with them but no answer. Code: (PHP) $object = blockchain_api($url, $secret, $my_address); Title: Re: Blockchain.info Receive API problem Post by: WSDN on August 31, 2013, 11:18:36 PM Hello, i have the same problem in some times maybe is a failure on blockchain json.
Title: Re: Blockchain.info Receive API problem Post by: Mitchell on August 31, 2013, 11:21:17 PM I know why. Had that problem a lot. BlockChain will block you IP for a while if it receives to much request.
I send them an e-mail asking for an API bypass, but they never responded -sigh- |