On this page

latest contributor to this doc

Last Edit:

@smk762

Get Wallet Names

API-v2get_wallet_names

The get_wallet_names method returns a list of wallet names for a user's device. If the user is logged in, it will also return the name of the active wallet.

ParameterTypeRequiredDescription
NoneN/AThis method has no parameters.

ParameterTypeDescription
activated_walletstringName of the currently active wallet. If not yet logged in, returns null.
wallet_nameslistNames of wallets stored on a user's device.

Get Wallet Names

POST
get_wallet_names
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "get_wallet_names",
  "id": 0
}