Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: RomanShko on April 10, 2023, 08:32:49 AM



Title: Bitcoin push notification service for the giving address (watcher) (REST API)?
Post by: RomanShko on April 10, 2023, 08:32:49 AM
Hello!
I’m looking for the service which can be sent notification with on my server url (REST API) when balance on the giving bitcoin address has been changed or transaction’s been made, the addresses should be added by api. Something like https://docs.alchemy.com/reference/sdk-updatewebhook but for bitcoin exactly
Can anyone point me to the service like this one?


Title: Re: Bitcoin push notification service for the giving address (watcher) (REST API)?
Post by: Hatchy on April 10, 2023, 09:52:41 AM
I really don't know what you are specificallly looking for mate but here are some bots or links I use most times to keep track of my transactions. most of them were shared on this forum so you can as well check for you self here
https://bitcointalk.org/index.php?topic=5253902.0

or try using these ones.

http://t.me/ETHtokenExplorer_bot
https://cryptocurrencyalerting.com/wallet-watch.html
http://t.me/MagnumNotifierBot
http://getcryptostorm.com/

I think, it depends on the wallet you are using. some wallet like trust wallet or Binance supports push notifications while some don't so what wallet are you using?


Title: Re: Bitcoin push notification service for the giving address (watcher) (REST API)?
Post by: bitmover on April 10, 2023, 09:37:45 PM
Hello!
I’m looking for the service which can be sent notification with on my server url (REST API) when balance on the giving bitcoin address has been changed or transaction’s been made, the addresses should be added by api. Something like https://docs.alchemy.com/reference/sdk-updatewebhook but for bitcoin exactly
Can anyone point me to the service like this one?

I believe this api does exactly that

Quote
https://www.blockchain.com/explorer/api/api_receive

Receive Payments API V2
Accept bitcoin payments seamlessly
You provide an extended public key (xPub) and we generate a unique, unused corresponding address for your customers to send payment to. We notify you of payments to that address instantly using a callback URL of your choosing.


Title: Re: Bitcoin push notification service for the giving address (watcher) (REST API)?
Post by: RomanShko on April 12, 2023, 06:59:57 AM
I really don't know what you are specificallly looking for mate but here are some bots or links I use most times to keep track of my transactions. most of them were shared on this forum so you can as well check for you self here
https://bitcointalk.org/index.php?topic=5253902.0

or try using these ones.

http://t.me/ETHtokenExplorer_bot
https://cryptocurrencyalerting.com/wallet-watch.html
http://t.me/MagnumNotifierBot
http://getcryptostorm.com/

I think, it depends on the wallet you are using. some wallet like trust wallet or Binance supports push notifications while some don't so what wallet are you using?
Seems like https://cryptocurrencyalerting.com might do the trick for me, but they've got a cap of 120 addresses

I believe this api does exactly that

Quote
https://www.blockchain.com/explorer/api/api_receive

Receive Payments API V2
Accept bitcoin payments seamlessly
You provide an extended public key (xPub) and we generate a unique, unused corresponding address for your customers to send payment to. We notify you of payments to that address instantly using a callback URL of your choosing.
Yup, it should work, but there seems to be an issue with their API keys. It's invalid every time

I've found the functionality on tatum.io
Thank you