For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content
  • Snap
  • Restricted

snap_manageAccounts

Manage account management Snap accounts. This method is organized into multiple sub-methods which each take their own parameters:

  • createAccount
  • updateAccount
  • deleteAccount
  • listAccounts
  • submitResponse

Parameters​

object
required

The account management request object.

method

string
required

The account management method to call.

params

JsonRpcParams

The parameters to pass to the account management method.

Returns​

JSON

The result returned by the client. The structure of this result depends on the account management method that was called.