Skip to main content

GetAssetIssueByName

POST

Query a token by name, returns token info.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Request Body
valuestringrequired
TRC 10 token name, default hexString format.
visibleboolean
Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)
cURL
curl -X POST 'https://tron-mainnet.nodit.io/wallet/getassetissuebyname' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo' \
-d '{}'