Skip to main content

getaccountaddress

getaccountaddress "account"

DEPRECATED. Returns the current Yerbas address for receiving payments to this account.

yerbas-cli getaccountaddress
yerbas-cli getaccountaddress ""
yerbas-cli getaccountaddress "myaccount"

Arguments

ArgumentTypeDescription
"account"(string)The account name for the address. It can also be set to the empty string "" to represent the default account. The account does not need to exist, it will be created and a new address created if there is no account by the given name.
Arguments:
1. "account" (string, required) The account name for the address. It can also be set to the empty string "" to represent the default account. The account does not need to exist, it will be created and a new address created if there is no account by the given name.

Output

ResultTypeDescription
"address"(string)The account yerbas address
Result:
"address" (string) The account yerbas address

Examples

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