Skip to main content

/wallet/getassetissuelist REST API Endpoint

Returns the list of all the TRC10 tokens.

Updated on
Oct 4, 2023

/wallet/getassetissuelist REST API Endpoint

Body Parameters

assetIssue
object
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
name
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
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

Returns

This method returns nothing
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/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