getaccount - Pastel RPC

getaccount "zcashaddress"

DEPRECATED. Returns the account associated with the given address.

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

Result:
"accountname"        (string) the account address

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


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node

Addressindex