Create Account

Create a new account in the wallet.

Parameters

Optional ParamPurposeRequirements

name

A label for this account.

A label can have duplicates, but it is not recommended.

{
  "method": "create_account",
  "params": {
    "name": "Alice"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated