Hi, do you know of any api which can notify me when a payment to a specific address for a specific amount has been made?
pull down to refresh
305 sats \ 1 reply \ @k00b 10 Mar 2023
Mempool.space has an API
reply
0 sats \ 0 replies \ @sandbeach123 OP 10 Mar 2023
Thanks, yes I noticed that too. I wonder if mempool is less ram hungry than btc rpc explorer (running on my node). Both have an API that I could use.
reply
20 sats \ 1 reply \ @DarthCoin 10 Mar 2023
I think you would have to play with zmq settings in bitcoin.conf and then read those notifications.
Sorry I don't exactly how to do it but I know that zmq feature is used for that.
Try better here
https://bitcoin.stackexchange.com/search?q=zmq+notification
reply
10 sats \ 0 replies \ @sandbeach123 OP 10 Mar 2023
Yeah I forgot my node can do all that haha. The whole idea of bitcoin is not to query any api unless it is the one you control.
I will probably install rpc explorer and query that endpoint. Thanks
reply