bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/listwallets
Wallet

listwallets

Returns a list of currently loaded wallets.

Returns

arrayArray of wallet names

Code Examples

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

Example Response

["default", "mywallet"]
← Previous
listunspent
Next →
loadwallet

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗