getaddress
Obtains wallet’s public address
Request
{
"jsonrpc": "2.0",
"id": 0,
"method": "getaddress"
}
Response
{
"id": 0,
"jsonrpc": "2.0",
"result": {
"address": "NiRDNaMeZjwCjnHuU5gUNyrP1pM3U5vckbakzzV6dEHyDYeCpW8XGLBFTshcaY8LkG9RQn7FsQx8w2JeJzJwPwuDm2NfixPAXf"
}
}
Response information
- address - string; standard public address of the wallet.