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

Wallet balances endpoint #125

Open
flannoo opened this issue Jul 14, 2023 · 0 comments
Open

Wallet balances endpoint #125

flannoo opened this issue Jul 14, 2023 · 0 comments

Comments

@flannoo
Copy link
Contributor

flannoo commented Jul 14, 2023

Would it be possible to implement an endpoint where we can retrieve all wallet balances at a certain snapshot height?

With the new implementation of incremental snapshots, there is no easy way anymore to query this information from the node API, so it would be nice to have that query available in the block explorer.

The result of the API endpoint could looks something like this:
{ "ordinal": 0, "balances": { "DAGXXXX": 1000000000000, "DAGYYYY": 2000000000000, "DAGZZZZ": 3000000000000 } }

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant