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

# IsShieldedTrc20ContractNoteSpent

**Body params**:&#x20;

* `note`
* `ak`
* `nk`
* `position`
* `shielded_TRC20_contract_address`

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/isshieldedtrc20contractnotespent \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "ak": "string",
     "nk": "string",
     "position": 1,
     "shielded_TRC20_contract_address": "string"
}
'
```

**Response**

```
{
  "Error": "class org.tron.core.services.http.JsonFormat$ParseException : 1:7: INVALID hex String"
}
```
