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

Add estimated_inbound and estimated_outbound values in balance requests #2199

Open
alter-eggo opened this issue Jan 16, 2025 · 0 comments
Open

Comments

@alter-eggo
Copy link

Is your feature request related to a problem? Please describe.
To get immediately available balance that user can send we need to do 2 requests - for balance and mempool transactions, so
available balance = total balance - locked balance - outbound txs value
It would be great to do only 1 request to get available balance

Describe the solution you'd like
There is already estimated_balance in the balance request which uses inbound/outbound mempool txs values in calc.
so it would be great to add estimated_inbound and estimated_outbound values in balance request response

@alter-eggo alter-eggo changed the title Add estimated_inbound and estimated_outbound values in balance requsts Add estimated_inbound and estimated_outbound values in balance requests Jan 16, 2025
@github-project-automation github-project-automation bot moved this to 🆕 New in API Board Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant