Skip to main content

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