Get all transactions for a particular address

+2 votes

How do i get all transactions for an address, currently i am using *listaddresstransactions* but this demands a limit to how many transactions i want.

asked Sep 19, 2017 by RobertJ

1 Answer

+1 vote
That's the right API to use and you can pass a very large limit if you want to. Of course it will take more time and memory to return a long list in a single call.
answered Sep 20, 2017 by MultiChain
...