Skip to main content

GetAssetIssueList

GET

Query the list of all the TRC-10 tokens (Confirmed state)
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Query Parameters
visibleboolean
Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)
Responses
assetIssuearray
The list of all TRC-10 tokens, please refer to GetAssetIssueByAccount for detailed fields of AssetIssueCapsule object, please note that string fields are in HexString format.
cURL
curl -X GET 'https://tron-mainnet.nodit.io/walletsolidity/getassetissuelist' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'