Closed
Description
What problem does your feature solve?
getting a paged list of tx's and op's that belong to an account id
What would you like to see?
two new action/endpoints
GET /accounts/:id/transactions?cursor=&limit=
GET /accounts/:id/operations?cursor=&limit=
leverages indexes for looking up all tx's related to the account id.