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": "SOL78659834",
"address": "CMdJ6h2qMCr69t17Fq8br3t4Q9zFRVKGP3EdTDHsApGf",
"label": "my wallet",
},
}