reusing an address how can I get the confirmations

0

I would like to reuse an address I was thinking of using blockchain.info api which returns the amount sent to the address if confirmation reach the set parameter. When I send more BTC to the same address the confirmation parameter no longer works. Is the another solution for this?

https://blockchain.info/q/getreceivedbyaddress/adressxxxxxxxxxxx?confirmations=4

Nelson101

Posted 2019-03-15T05:25:13.890

Reputation: 5

2Don't reuse addresses, don't use blockchain.Info, don't use this party APIs.Jannes 2019-03-15T05:51:29.870

Jannes is there a free api provider that you can recommend ?Nelson101 2019-03-15T05:53:29.407

Everything starts with running your own full node: bitcoincore.orgJannes 2019-03-15T08:52:48.693

No answers