Shows wallet dump. `Command syntax:` ```actionscript wallet info {-addr <addr> | -w <wallet_name>} -net <net_name> ``` `Options:` ```actionscript {-addr | -w} - wallet address or name of the wallet -net - name of the Cellframe network. The list of networks can be found in the <Config_dir> \ etc \ network folder folder or received by the Cellframe-Node-Cli Net List command ``` #### CLI Example `Command:` ```actionscript cellframe-node-cli wallet info -w personalwallet  -net foobar ``` `Response:` ``` wallet: personalwallet addr: ptV4n68gTebdUTcbju6cWY9EmUT4L1acBeJic79L8QQXu5SF22crZqqz9G5M18hhqoU7VLUvQm5cu6CJBGZXHyQ3Atzf4sxw2xieywcf network: foobar balance: 0 ``` ### JSON-RPC Example ![[JSON-RPC Request - WALLET INFO]]