You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
andestimated_outbound
values in balance request responseThe text was updated successfully, but these errors were encountered: