-
Notifications
You must be signed in to change notification settings - Fork 64
getViewKey
AxVultis edited this page Nov 12, 2022
·
4 revisions
The getViewKey method returns your private view key.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 15,
"method": "getViewKey"
}
{
"jsonrpc": "2.0",
"id": 15,
"result": {
"privateViewKey": "4aa1520ef8fa169abb500212d1eda02a72b8b2ff37549c09d67d89d3ca90710e"
}
}
Response Details:
Argument | Description | Format |
---|---|---|
privateViewKey | Private view key | string |
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods