![]() |
![]()
| ![]() |
![]()
NAMElightning-listaddresses -- Command to list all addresses issued by the node to date SYNOPSISlistaddresses [address] [start] [limit] DESCRIPTIONCommand added in v24.11. The listaddresses RPC command provides a detailed list of all Bitcoin addresses that have been generated and issued by the Core Lightning node up to the current date.
RETURN VALUEOn success, an object containing addresses is returned. It is an array of objects, where each object contains:
AUTHORShahana Farooqui <sfarooqui@blockstream.com> is mainly responsible. SEE ALSOlightning-newaddr(7), lightning-withdraw(7) RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli listaddresses "bcrt1p2gppccw6ywewmg74qqxxmqfdpjds3rpr0mf22y9tm9xcc0muggwsea9nkf" { Response: { Example 2: Request: $ lightning-cli listaddresses -k "start"=6 "limit"=2 { Response: {
|