> 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/getspendingkey.md).

# GetSpendingKey

**Request**

```
curl --request GET \
     --url https://tron.api.watchdata.io/wallet/getspendingkey \
     --header 'Accept: application/json'
```

**Response**

```
{
  "value": "0e95e178602a9b2b71734ff3017f00f3421ece2a3a32df31a3b1dca2dbe794a6"
}
```
