Skip to main content

getaddressesbyaccount

getaddressesbyaccount "account"

DEPRECATED. Returns the list of addresses for the given account.

yerbas-cli getaddressesbyaccount "tabby"

Arguments

ArgumentTypeDescription
"account"(string)The account name.

Arguments:
1. "account" (string, required) The account name.

Output

ResultTypeDescription
"address"(string)a yerbas address associated with the given account
Result:
[ (json array of string)
"address" (string) a yerbas address associated with the given account
,...
]

Examples

curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressesbyaccount", "params": ["tabby"] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/