Can I search all transactions done by an address that is not in my wallet?

+1 vote
Hi,

I am trying to build something using multichain. What I need is a way to query the blockchain and return all the transactions done by an address. I am not using streams. I am using a Bitcoin style blockchain.
asked Apr 9, 2018 by Deependra

1 Answer

+1 vote

I'm afraid currently global indexing by address is not implemented, so you would need to first use the importaddress command to add the appropriate address to your wallet as a watch-only address.

answered Apr 9, 2018 by MultiChain
...