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— the TRC10 token ID to query (string format)
Response
owner_address— address of the account that issued the tokenname— full name of the tokenabbr— token symbol or abbreviationtotal_supply— total number of tokens issuedtrx_num— TRX amount used in the exchange rate calculationprecision— number of decimal places supported by the tokennum— token amount used in the exchange rate calculation (tokens per TRX)start_time— ICO start timestamp (when token sale began)end_time— ICO end timestamp (when token sale ended)description— detailed description of the token projecturl— official website URL for the token projectid— unique identifier for the tokenfree_asset_net_limit— bandwidth provided by token issuer for token operationspublic_free_asset_net_limit— public bandwidth limit available for this tokenpublic_free_asset_net_usage— amount of public bandwidth currently usedpublic_latest_free_net_time— timestamp of the latest free bandwidth usage
Use case
Thewallet/getassetissuebyid method is used for:
- Retrieving comprehensive information about TRC10 tokens for display in wallets and exchanges.
- Analyzing token economics including supply, exchange rates, and ICO details.
- Building token explorers and analytical tools for the TRON ecosystem.
- Verifying token authenticity and project information before trading or investing.
- Understanding bandwidth allocation and usage patterns for specific tokens.
- Implementing token management features in decentralized applications.