Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a contract balances query #261

Open
OlegJakushkin opened this issue Aug 8, 2024 · 1 comment
Open

Have a contract balances query #261

OlegJakushkin opened this issue Aug 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@OlegJakushkin
Copy link

What problem does your feature solve?

Have a similar API to accounts f"{self.horizon_url}/accounts/{account_id}" to list contract balances

What would you like to see?

Something similar to horizon API or just a list like they do here in the Explorer UI:
image

What alternatives are there?

Sadly it is not clear to me. In the explorer with UI they have a MongoDB with ledger data which they query Hopefully get events/txs and parse history to obtain trustlines and then balances of each token on that account...?

@johncanneto johncanneto added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@OlegJakushkin @johncanneto and others