GetAssetIssueById
POST
Query a token by token id. Returns the token object, which contains the token name. (Confirmed state)
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Request Body
valueintegerrequired
The ID of the TRC-10 token.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/walletsolidity/getassetissuebyid' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo' \-d '{}'