0

I have been trying to get this code to work and I get a blank page no response at all from the server what is wrong with the code? or has blockchain.info changed something in their code? Can some help???

Here is the code i'm using : http://btcthreads.com/websocket.html

Nelson101
  • 5
  • 2

1 Answers1

1

I am hosting a webvisualization that depends on the websocket API from blockchain.info. The API stopped working at exactly 16:40:45 GMT yesterday (march 1st) for me.

This API has gone down in the past, let's hope it goes up fast.

EDIT: for me it is working again (since 13:50:14 GMT).

askmike
  • 226
  • 1
  • 12
  • Its an awesome site you got there mike! which of the non permission based api's is the best to use? – Nelson101 Mar 05 '17 at 08:22
  • All blockchain explorers (and a bunch of other bitcoin companies) have APIs nowadays, however most are aimed towards people wanting to know specific transactions, while for my globe I wanted all transactions (+relay IP address). For this reason I choose blockchain.info at the time. Disadvantage is that it does go down a lot.. – askmike Mar 05 '17 at 16:07
  • I need to verify if transactions have been confirmed by at least 3 nodes. I have the addresses in a database and I was going to run a cron job every 15 min hitting https://blockchain.info/q/addressbalance/14hYpVjonymPS1jwSuFsfE188f3FJtL7NE?confirmations=3 to see if there is a balance or not on that address. How reliable is that API does it go down often? – Nelson101 Mar 06 '17 at 01:09
  • "been confirmed by at least 3 nodes" I think you mean 3 confirmations, there is a big difference. ---- in my experience it goes down ~once a month, but most of the time just for an hour or two. – askmike Mar 09 '17 at 17:26