Backend should support discussed endpoint featuring transactions filtering based on timestamps.
Note: See epic for discussion details.
Ticket in the backend repo: https://github.com/gnosis/safe-transaction-service/issues/63
Backend will have a new query parameter on /transactions/ and /incoming-transactions/ called timestamp, and it will receive an epoch time in milliseconds (integer). With that filter it will just return txs modified after that timestamp
For example, /transactions/?timestamp=1580989595293 will just return transactions modified after 11:46:35 UTC
What do you think @pablofullana?
I would call the query parameter modified_after or something more descriptive than timestamp (I got confused :grimacing: )
@Uxio0 @rmeissner both comments sound good to me!
Most helpful comment
I would call the query parameter
modified_afteror something more descriptive thantimestamp(I got confused :grimacing: )