> For the complete documentation index, see [llms.txt](https://docs.watchdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.watchdata.io/blockchain-apis/tron-api/tronz-shielded-smart-contract/getnkfromnsk.md).

# GetNkFromNsk

**Body params**:&#x20;

* value&#x20;

**Request**&#x20;

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/getnkfromnsk \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"
}
'
```

**Response**

```
{
  "value": "2d817ea2e005e174d9291d0bd0605e11cb79e3f5855780521bc300d0636a58df"
}
```
