metaverse icon indicating copy to clipboard operation
metaverse copied to clipboard

[REQUEST] Get past transactions when subscribing to websocket service

Open canguruhh opened this issue 4 years ago • 0 comments

When subscribing to the transactions of a set of addresses it would be great to add an optional parameter to ask the server to send the past transactions starting from a defined block height.

The command could be like this:

{"event": "subscribe", "channel": "tx", "address":["MJNo92g6DavpaCZbYjrH45iQ8eAKnLqmms"], "start": 1000000 }

canguruhh avatar Aug 11 '20 22:08 canguruhh