GetAssetIssueByAccount

Query the TRC10 token information issued by an account.

Body params:

  • 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"
}

Last updated