listaddresstransactions doesn’t support filter by asset type

+2 votes
we have multiple assets registered. for proper pagination we would like to fetch the transaction by asset.

However currently listaddresstransactions doesn't support filter to fetch transaction by asset.

Does multichain 2.0 have support for the same or is this in the API roadmap.
asked Jul 2, 2018 by Harigopal

1 Answer

+2 votes

The listaddresstransactions API does not support filtering by asset. However you might find it helpful to subscribe to the assets of interest, and then use listassettransactions instead (although note that this will not be filtered by address).

answered Jul 2, 2018 by MultiChain
...