Assign Address For Account

Assign an address to a given account.

Parameters

Required ParamPurposeRequirements

account_id

The account on which to perform this action.

The account must exist in the wallet.

Optional ParamPurposeRequirements

metadata

The metadata for this address.

String; can contain stringified JSON.

Example

{
  "method": "assign_address_for_account",
  "params": {
    "account_id": "a8c9c7acb96cf4ad9154eec9384c09f2c75a340b441924847fe5f60a41805bde",
    "metadata": "For transactions from Carol"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated