How I get all transactions of specific assetId in address

in the /transactions/address/{address}/limit/{limit} max limit is 10000, and result most part is filled by spam assets :frowning:

Is it possible to add to the API /transactions/address/{address}/limit/{limit}/{assetId} ?
Or have another way to get ‘clean’ data ?

For now there is no way to get a transactions list divided by pages.
We have a project https://github.com/wavesplatform/data-service. It’s an attempt to build a better API to the blockchain. But now it’s also has no method to get transactions of any type. Please, check the documentation at https://api.wavesplatform.com/v0/docs.
Pull request are welcome.

no need that.

Need to get last 10000 transactions of specific assetId for a particular addressId

This isn’t possible. Sorry. Try to create an issue in data-service repository and as for the feature.

You can try an alternative open-source explorer:
https://w8io.ru/{address}/f/{assetId}

For example, a random address filtered by WEUR: https://w8io.ru/3P4hzqYeKJURCcT7z2BDpEKfnQUzfAXTFKi/f/Gtb1WRznfchDnTh37ezoDTJ4wcoKaRsKqKjJjy7nm2zU

Or last transactions on the blockchain filtered by WBTC: https://w8io.ru/txs/f/8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS

1 Like

Hi Ak666,

you can check http://www.wavesbi.com, it supports requests like this. Don’t hesitate to contact me if you have further questions.

Cheers
Marc