On this page

Get Enabled GUI Storage Account

API-v2gui_storage::get_enabled_account

Returns the account marked as enabled. If no account is enabled the method returns an error.

ParameterTypeRequiredDescription
NoneN/AThis method has no parameters.

ParameterTypeDescription
account_idAccountIdIdentifier of the enabled account.
namestringAccount display name.
descriptionstringOptional description.
balance_usdstring (numeric)USD balance snapshot.
coinsarray of stringsSet of tickers linked to the account.

get_enabled_account

POST
gui_storage::get_enabled_account
{
  "mmrpc": "2.0",
  "method": "gui_storage::get_enabled_account",
  "params": {},
  "id": 15,
  "userpass": "RPC_UserP@SSW0RD"
}

ParameterTypeDescription
NoEnabledAccountstringThere is no account currently enabled.
ErrorLoadingAccountstringStorage read error.
InternalErrorstringUnhandled internal error.