GetAssetIssueByAccount
POST
Query the TRC-10 token information issued by an account.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Request Body
addressstringrequired
Token issuer account address. (Format: Base58 or Hex)visibleboolean
Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)Responses
idstring
The TRC-10 Token ID.owner_addressstring
Token issuer's address.cURL
curl -X POST 'https://tron-mainnet.nodit.io/wallet/getassetissuebyaccount' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo' \-d '{}'