Filtered - list transactions

+2 votes
Hi, In the current API one can only get all transactions ever made in the blockchain. Are there any plans of providing basic filters?

E.g. It could be something as simple as 'get all transactions after a particular date-time'

This could make front-end applications faster and more responsive.
asked Jan 25, 2016 by senthil

1 Answer

+1 vote

This is something that we will continue to improve over time, but right now you can already use listaddresstransactions to filter by the address affected, and there are also count and skip parameters that let you retrieve the transactions from a particular range, similar to a LIMIT clause in SQL.

answered Jan 25, 2016 by MultiChain
...