Skip to main content

/walletsolidity/getassetissuelist REST API Endpoint

Returns the list of all the TRC10 tokens (Confirmed state).

Updated on
Oct 4, 2023

/walletsolidity/getassetissuelist REST API Endpoint

Parameters

This method does not accept any parameters

Returns

assetIssue
An object that contains the all the asset issue with the following fields:
owner_address
The address of the token's owner.
name
The name of the token
abbr
The abbreviation or symbol of the token
total_supply
The total supply of the token
trx_num
The number of TRX associated with the token
precision
The precision or number of decimal places for the token
num
The number of tokens
start_time
The start time of the token
end_time
The end time of the token
description
A description or additional information about the token
url
The URL or website associated with the token
id
The token id
frozen_supply
The frozen supply entries for an asset
frozen_amount
The amount of supply that has been frozen for a specific period
frozen_days
The duration for which the supply has been frozen
free_asset_net_limit
The token free asset net limit
public_free_asset_net_limit
The token public free asset net limit for a account
public_free_asset_net_usage
The total number of token free bandwidth used by all token owner
public_latest_free_net_time
The timestamp of the last consumption of this token's free bandwidth
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/getassetissuelist \
2
--request GET \
3
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free