Skip to main content

/wallet/getincomingviewingkey REST API Endpoint

Obtain Incoming Viewing Key corresponding to the provided nullifier key and account key

Updated on
Oct 4, 2023

/wallet/getincomingviewingkey REST API Endpoint

Body Parameters

ak
string
REQUIRED
The account key (AK)
nk
string
REQUIRED
The nullifier key (NK)

Returns

ivk
The derived Incoming Viewing Key (IVK) corresponding to the provided nullifier key (NK) and account key (AK)
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '{
5
"ak": "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",
6
"nk": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"
7
}
8
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free