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.
Parameter | Type | Required | Description |
---|---|---|---|
None | N/A | This method has no parameters. |
Parameter | Type | Description |
---|---|---|
activated_wallet | string | Name of the currently active wallet. If not yet logged in, returns null . |
wallet_names | list | Names 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
}