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
offset
— number of records to skip from the beginning (starting point for pagination)limit
— maximum number of TRC10 tokens to return in the response
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 allocation per accountpublic_free_asset_net_limit
— total public free bandwidth limitfrozen_supply
— array of frozen token supply information
Use case
Thewallet/getpaginatedassetissuelist
method is used for:
- Building comprehensive TRC10 token listings and directories.
- Implementing paginated token browsers for better user experience.
- Creating analytics dashboards that analyze token distribution patterns.
- Developing token discovery platforms with efficient data loading.
- Building portfolio trackers that need to browse available tokens.
- Creating market data aggregators for TRC10 token ecosystems.
Body
application/json
Response
200 - application/json
Paginated list of TRC10 tokens
Array of TRC10 token information