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": "BCH54186886",
"address": "bitcoincash:qz0n8wed608zhkx73yn3pkak0rmgwr8kevfqj6lhpx",
"label": "my wallet",
},
}