bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/listdescriptors
Wallet

listdescriptors

List descriptors imported into a descriptor-enabled wallet.

Parameters

privatebooleanoptional
Show private descriptors. Default: false

Returns

objectObject with wallet_name and descriptors array

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"listdescriptors","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "wallet_name": "mywallet",
  "descriptors": [
    {
      "desc": "wpkh([d34db33f/84'/0'/0']xpub.../0/*)#...",
      "timestamp": 1713571767,
      "active": true,
      "internal": false,
      "range": [0, 999],
      "next": 5
    }
  ]
}
← Previous
listaddressgroupings
Next →
listlabels

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗