Potential minor improvement : for a paginated response I would expect to receive back some kind of 'page cursor' that I could use in a subsequent request to get a following set of transactions.
For instance scrolling through a list, I might fetch the first 10, then the next 10, etc. The page cursor can make it easy to setup this kind of loop.
Originally posted by @andrewjslack in #177 (comment)