Get Coins for GUI Storage Account
API-v2gui_storage::get_account_coins
Fetches the list of coin tickers stored against the given account_id.
| Parameter | Type | Required | Description |
|---|---|---|---|
| account_id | AccountId | ✓ | Account whose ticker list should be returned. |
| Parameter | Type | Description |
|---|---|---|
| account_id | AccountId | Account identifier echo. |
| coins | array of strings | Sorted 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"
}
| Parameter | Type | Description |
|---|---|---|
| NoSuchAccount | string | The specified account_id does not exist. |
| ErrorLoadingAccount | string | Storage read error. |
| InternalError | string | Unhandled internal error. |