Skip to main content

/wallet/getnkfromnsk REST API Endpoint

Obtain nullifier key (NK) from an account nullifier secret key (NSK).

Updated on
Oct 4, 2023

/wallet/getnkfromnsk REST API Endpoint

Body Parameters

value
string
REQUIRED
The nullifier secret key (NSK)

Returns

value
The derived nullifier key (NK) corresponding to the provided nullifier secret key (NSK)
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getnkfromnsk \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '{
5
"value": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"
6
}
7
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free