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
— hex-encoded name pattern to search for TRC10 tokens
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.
Body
application/json
Hex-encoded name pattern to search for
Response
200 - application/json
List of TRC10 tokens matching the name pattern
Array of TRC10 token information