Thank you so much and our reply was helpful. However, assuming I wanted using a script on chron, to check for transations in my wallet from an address, can that be possible?
You could, for example, hit Blockcypher's address API endpoint[1] to get the latest transaction and then use it to hit the endpoint posted above to get the data you need. Then do the rest of the handling on your code.
[1]
https://api.blockcypher.com/v1/btc/main/addrs/1ArgjWtWL8a2yshyeJUqtTtqgqKpZFGst5the main problem is parsing the JSON response that the API sends back which would require additional libraries that are designed to do that, and i don't think it is possible to do this with a simple script.