Is there a site to monitor Bitcoin or Altcoin addresses if funds were received or sent?

0

0

Looking for a service that can email/sms you if a monitored bitcoin/altcoin address has any moved funds. Is there such a service for this?

Patoshi パトシ

Posted 2016-09-08T21:36:42.537

Reputation: 8 911

Answers

1

Check out blockcypher.com's API, they provide webhook callbacks (i.e. HTTPS notifications) for different types of events, including transactions being confirmed or attaining a certain confidence level.

I think block.io's API can do something similar, however that is more oriented around their own web wallet, i.e. for monitoring addresses in a wallet managed through them, rather than arbitrary addresses.

RocketNuts

Posted 2016-09-08T21:36:42.537

Reputation: 714

1

bitnotify.com and even blockchain.info offer such services. Note, however, that you should still go check whether you actually have received the money (which you can also do on blockchain.info) because the fact that you received a notification only means that the transaction was broadcasted, not that it made it into the blockchain, especially not that it made it into the blockchain permanently.

UTF-8

Posted 2016-09-08T21:36:42.537

Reputation: 2 941

what about other altcoins?Patoshi パトシ 2016-09-11T13:59:29.013

@duckx I don't know about them, sorry.UTF-8 2016-09-12T10:11:47.767

You could use https://etherscan.io/ to subscribe for notification on Ethereum network, considering that is the altcoin

Igor Barinov 2016-10-10T22:49:41.007