2022-07-19 17:04:39 +09:30
lightning-bkpr-listbalances -- Command for listing current channel + wallet balances
===============================================================================
SYNOPSIS
--------
**bkpr-listbalances**
DESCRIPTION
-----------
The **bkpr-listbalances** RPC command is a list of all current and historical account balances. An account is either the on-chain *wallet* or a channel balance.
Any funds sent to an *external* account will not be accounted for here.
Note that any channel that was recorded will be listed. Closed channel balances
will be 0msat.
RETURN VALUE
------------
[comment]: # (GENERATE-FROM-SCHEMA-START)
On success, an object containing **accounts** is returned. It is an array of objects, where each object contains:
2022-09-06 07:15:04 +09:30
2022-11-10 21:03:13 -05:00
- **account** (string): The account name. If the account is a channel, the channel\_id
2022-07-19 17:04:39 +09:30
- **balances** (array of objects):
2022-09-06 07:15:06 +09:30
- **balance\_msat** (msat): Current account balance
- **coin\_type** (string): coin type, same as HRP for bech32
2022-07-19 17:04:39 +09:30
2022-09-06 07:15:06 +09:30
If **peer\_id** is present:
2022-09-06 07:15:04 +09:30
2022-09-06 07:15:06 +09:30
- **peer\_id** (pubkey): Node id for the peer this account is with
- **we\_opened** (boolean): Did we initiate this account open (open the channel)
- **account\_closed** (boolean):
- **account\_resolved** (boolean): Has this channel been closed and all outputs resolved?
- **resolved\_at\_block** (u32, optional): Blockheight account resolved on chain
2022-07-19 17:04:39 +09:30
[comment]: # (GENERATE-FROM-SCHEMA-END)
AUTHOR
------
niftynei < niftynei @gmail .com > is mainly responsible.
SEE ALSO
--------
lightning-bkpr-listincome(7), lightning-listfunds(7),
lightning-bkpr-listaccountevents(7),
lightning-bkpr-channelsapy(7), lightning-listpeers(7).
RESOURCES
---------
Main web site: < https: / / github . com / ElementsProject / lightning >
2023-01-30 16:54:16 +10:30
[comment]: # ( SHA256STAMP:e3a929a7568cceeb54d94807dd41ca057b0f3c7320a98d8b3a405b6bd60c77df)