> 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/trc-10-token/getassetissuebyaccount.md).

# GetAssetIssueByAccount

**Body params**:&#x20;

* `address` - Address is the Token Issuer account address
* `visible` - Optional. Defaults to false. Whether addresses are in base58check format.

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/getassetissuebyaccount \
     --header 'Content-Type: application/json' \
     --data '
{
     "address": "4137FA1A56EB8C503624701D776D95F6DAE1D9F0D6",
     "visible": true
}
'
```

**Response**

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