getaccount - Okcash RPC

getaccount "address"

DEPRECATED. Returns the account associated with the given address.

Arguments:
1. "address"         (string, required) The Okcash address for account lookup.

Result:
"accountname"        (string) the account address

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


Okcash Core RPC documentation.

Okcash version: 5.0.0.3

OK RPC docs at:Github