Skip to main content

/wallet/getassetissuelistbyname REST API Endpoint

Returns the list of all the TRC10 tokens by a name.

Updated on
Oct 4, 2023

/wallet/getassetissuelistbyname REST API Endpoint

Body Parameters

value
string
REQUIRED
The name of the TRC 10 token

Returns

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
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getassetissuelistbyname \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"value": "62747474657374"
7
}
8
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free