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