1
1
I'm trying to build safe transaction-confirmation app and need to synchronize new not-processed transactions.
For example I monitor address A and have processed last transaction B, how can I ask blockchain "give me all new transactions for address A, which occurred after transaction B",
or the only way here is to use
/address/[***]?format=json
url with offset and limit options ? Thanks
"give me all new transactions for address A from transaction B" - can you clarify this. By definition a transaction has input and outputs, where outputs are the real indicator, also called UTXOs (unspent transaction outputs). Giving an example with transaction IDs and addresses would certainly get you a better answer. – Wizard Of Ozzie – 2014-10-14T10:06:48.773