On this page

Get Coins for GUI Storage Account

API-v2gui_storage::get_account_coins

Fetches the list of coin tickers stored against the given account_id.

ParameterTypeRequiredDescription
account_idAccountIdAccount whose ticker list should be returned.

ParameterTypeDescription
account_idAccountIdAccount identifier echo.
coinsarray of stringsSorted set of tickers currently attached to the account.

get_account_coins

POST
gui_storage::get_account_coins
{
  "mmrpc": "2.0",
  "method": "gui_storage::get_account_coins",
  "params": {
    "account_id": {
      "type": "hd",
      "account_idx": 0
    }
  },
  "id": 14,
  "userpass": "RPC_UserP@SSW0RD"
}

ParameterTypeDescription
NoSuchAccountstringThe specified account_id does not exist.
ErrorLoadingAccountstringStorage read error.
InternalErrorstringUnhandled internal error.