Search Transaction By Date

+1 vote
Hi,

I was just wondering if it were possible to search for a specific transaction or list of transactions by a certain date.

For example: I have a group of people who buy and sell digital assets with each other. I would like to list each transaction that was conducted on a set date.

Is there an API call that can achieve this?
asked Jul 11, 2016 by anonymous

1 Answer

+1 vote
There isn't currently an API call for this, so it would have to be handled via an external index of transactions.
answered Jul 11, 2016 by MultiChain
Can you explain the solution you are suggesting please.
Each block has a timestamp which you can check using the getblock API call, then if the timestamp falls in range, you can look at the transactions within. Transactions don't currently have individual time stamps.
...