Skip to content

exp/lighthorizon: add endpoints for paged list of entities(tx/op) by account ID #4433

Closed
@sreuland

Description

@sreuland

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.

What alternatives are there?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions