i am currently looking for a rest api service which will allow me to implement a super simple deposit system.
Currently i am generating bitcoin addresses (mainnet + testnet) via python. In addition to that i would like to retrieve all [incoming] transactions for a specific address, meaning only transactions where my address X is on the receiving side and excluded from the sending side.
I already explored blockcypher, blockchain.info, cryptoapis, etc.. but it really seems like no service can offer this super simple service..
Example:
https://www.blockchain.com/btc-testnet/address/tb1q5e2nhswlk8xl8qkzp98htnq80jx3ejlqegzav6
I just need to retrieve transactions including:
Any ideas/suggestions?
Thanks!