Skip to content

getViewKey

katz edited this page Aug 17, 2020 · 4 revisions

The getViewKey method returns your private view key.

Request Format:

JSON-RPC

{
  "method": "getViewKey"
}

Response Format:

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

Response Details:

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