listassettransactions retrieve data for a particular address

+2 votes
Hi,

How can we retreive transactions with respect to a particular addresses using listassettransactions method.

Basically if 100s of txs are involved with the asset, I want to see if i am involved in that transaction by filtering it with my address.

Is there any method avaible.

Thanks.
asked Apr 24, 2020 by blkchain_enthu

1 Answer

0 votes

It's not possible to filter the output of listassettransactions in that way, but you may also want to consider using listaddresstransactions if the address is in the wallet (using importaddress this can also be done for addresses you don't own).

answered Apr 25, 2020 by MultiChain
...