get_wallet_info
Get info about the wallet.
Returns
guid
: (string) The ID of the wallet.address
: (string) The primary address of the wallet.label
: (string) Optional wallet label.
Example
Request
{
"id": 1,
"jsonrpc": "2.0",
"method": "get_wallet_info",
}
Response
{
"id": 1,
"jsonrpc": "2.0",
"result": {
"guid": "ETH17412146",
"address": "0x150832726Fa5b2A7a6b7189D9073F552Aa26e80f",
"label": "my wallet",
},
}