netfluid__account_alias
Sets a friendly name/alias on an account. Confirm (yes/no) before executing
Sets a friendly name/alias on an account_fk. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) @param alias: The alias or friendly name, try and use unique names for each account in the wallet
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| token | Yes | ||
| api_key | Yes | ||
| account_fk | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||