Skip to content

getViewKey

AxVultis edited this page Nov 12, 2022 · 4 revisions

The getViewKey method returns your private view key.

Request Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 15,
  "method": "getViewKey"
}

Response Format

{
  "jsonrpc": "2.0",
  "id": 15,
  "result": {
    "privateViewKey": "4aa1520ef8fa169abb500212d1eda02a72b8b2ff37549c09d67d89d3ca90710e"
  }
}

Response Details:

Argument Description Format
privateViewKey Private view key string
Clone this wiki locally