# GetDelegatedResourceAccountIndex

**Body params**:&#x20;

* `value` - Address, default hexString
* `visible` - Optional, Whether the address is in base58 format.

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/getdelegatedresourceaccountindex \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "419844f7600e018fd0d710e2145351d607b3316ce9",
     "visible": true
}
'
```

**Response**

```
{
  "Error": "class java.lang.IllegalArgumentException : Illegal character 0 at 9"
}
```
