How to get transaction by timestamp

+2 votes
I realize that block time is returned with a stream item's data but I am looking to use the timestamp to find the data that was published at a particular time.

Is there any way to get transaction(s) (particularly stream items) that happened at a particular time or within a range of times by providing a timestamp or start time/end time?
asked Feb 8, 2017 by Dan

1 Answer

0 votes

Good question, and we've thought about this, but the MultiChain API doesn't yet support it.

In the meantime, the best workaround is to use liststreamitems, which still uses a chronological ordering on the items.

answered Feb 8, 2017 by MultiChain
...