I'm trying to implement an "infinite scroll" transactions page but items returned by "v1/transactions" are not sorted by date (probably by id) and the UX is bumpy.
Would be nice to add a sort parameter (if not to compute intensive).
PS: as a workaround I'm paginating the query by week and it's seems to work.