Blockchain Balance
This is an object representing a detailed breakdown of the balance for a Lightspark Node.Fields (6)total_balance
The total wallet balance, including unconfirmed UTXOs.CurrencyAmount (optional)
confirmed_balance
The balance of confirmed UTXOs in the wallet.CurrencyAmount (optional)
unconfirmed_balance
The balance of unconfirmed UTXOs in the wallet.CurrencyAmount (optional)
locked_balance
The balance that's locked by an on-chain transaction.CurrencyAmount (optional)
required_reserve
Funds required to be held in reserve for channel bumping.CurrencyAmount (optional)
available_balance
Funds available for creating channels or withdrawing.CurrencyAmount (optional)