1
I have gone through various references including
How to get a history of incoming and outgoing transactions for a certain address?
Fetch list of transaction where i have received the bitcoin?
I am creating a Bitcoin Wallet,
And I want to display transaction list as a part of my Wallet.
To achieve this goal I can make a local database entry of all the send transactions which are within the Wallet.
But How can I get the incoming Bitcoin Transaction Details which are perform out side my wallet?
Did this answer not help you? https://bitcoin.stackexchange.com/a/19516/60443
– JBaczuk – 2018-09-13T14:00:40.643No It didn't exactly. From the link I believe We can have the Tx list from addresses. But imagine if 100 addresses will be there in a wallet and to fetch all the Txs of all the 100 addresses will have to query 100 times and to get details again for that much iterations. :D – Maroon5 – 2018-09-13T14:28:44.793