Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
value— token name or pattern. Use plain text withvisible: true, or hex‑encoded UTF‑8 withvisible: false.visible— optional boolean. Whentrue,valueis plain text; whenfalse, hex‑encoded. Default istrue.
Response
assetIssue— array of TRC10 token information objects, each containing:id— unique token IDowner_address— address of the token issuername— token name in hex formatabbr— token abbreviation in hex formattotal_supply— total supply of the tokentrx_num— TRX amount in exchange ratioprecision— token decimal placesnum— token amount in exchange ratiostart_time— token sale start timestampend_time— token sale end timestampdescription— token description in hex formaturl— token website URL in hex formatfree_asset_net_limit— free bandwidth allocationpublic_free_asset_net_limit— public free bandwidth limitfrozen_supply— frozen token supply details
Use case
Thewallet/getassetissuelistbyname method is used for:
- Searching for TRC10 tokens by name pattern or partial name matches.
- Discovering tokens with similar names or themes in the ecosystem.
- Building token discovery and search functionality in applications.
- Validating token names before creating new assets to avoid conflicts.
- Implementing auto-complete features for token selection interfaces.
- Analyzing token naming patterns and trends in the TRON network.
curl examples
Search by plain name (recommended):Shell
SEED tokens; each entry includes an id. To fetch a specific token, use wallet/getassetissuebyid with that id.
Query with a hex‑encoded name:
Shell
TRC10 names are not unique. Prefer this endpoint to discover candidates, then call
wallet/getassetissuebyid to retrieve the exact token by id.Body
application/json
Response
200 - application/json
List of TRC10 tokens matching the name pattern
Array of TRC10 token information