lightning-bkpr-listincome -- Command for listing all income impacting events ======================================================================= SYNOPSIS -------- **bkpr-listincome** \[*consolidate\_fees*\] \[*start\_time*\] \[*end\_time*\] DESCRIPTION ----------- The **bkpr-listincome** RPC command is a list of all income impacting events that the bookkeeper plugin has recorded for this node. If **consolidate\_fees** is true, we emit a single, consolidated event for any onchain-fees for a txid and account. Otherwise, events for every update to the onchain fee calculation for this account and txid will be printed. Defaults to true. Note that this means that the events emitted are non-stable, i.e. calling **listincome** twice may result in different onchain fee events being emitted, depending on how much information we've logged for that transaction. The **start\_time** is a UNIX timestamp (in seconds) that filters events after the provided timestamp. Defaults to zero. The **end\_time** is a UNIX timestamp (in seconds) that filters events up to and at the provided timestamp. Defaults to max-int. RETURN VALUE ------------ [comment]: # (GENERATE-FROM-SCHEMA-START) On success, an object containing **income\_events** is returned. It is an array of objects, where each object contains: - **account** (string): The account name. If the account is a channel, the channel\_id - **tag** (string): Type of income event - **credit\_msat** (msat): Amount earned (income) - **debit\_msat** (msat): Amount spent (expenses) - **currency** (string): human-readable bech32 part for this coin type - **timestamp** (u32): Timestamp this event was recorded by the node. For consolidated events such as onchain\_fees, the most recent timestamp - **description** (string, optional): More information about this event. If a `invoice` type, typically the bolt11/bolt12 description - **outpoint** (string, optional): The txid:outnum for this event, if applicable - **txid** (txid, optional): The txid of the transaction that created this event, if applicable - **payment\_id** (hex, optional): lightning payment identifier. For an htlc, this will be the preimage. [comment]: # (GENERATE-FROM-SCHEMA-END) AUTHOR ------ niftynei is mainly responsible. SEE ALSO -------- lightning-bkpr-listaccountevents(7), lightning-listfunds(7), lightning-bkpr-listbalances(7). RESOURCES --------- Main web site: [comment]: # ( SHA256STAMP:63a3f30f3d5fd1401b14be8e45e3c5f218328ceb74e9c5842abf9e30eae93e03)