Update Account Name

Rename an account.

Request

Required ParamPurposeRequirements

account_id

The account on which to perform this action.

Account must exist in the wallet.

name

The new name for this account.

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

Response

Example

{
    "method": "update_account_name",
    "params": {
        "account_id": "60ef9401f98fc278cd8a1ef51f466111244c9d4b97e8f8886a86bd840238dcaa",
        "name": "Carol"
    },
    "jsonrpc": "2.0",
    "id": 1
}

Last updated