# 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"
}
```
