Skip to main content

/wallet/getpaginatedassetissuelist REST API Endpoint

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

Updated on
Oct 4, 2023

/wallet/getpaginatedassetissuelist REST API Endpoint

Body Parameters

offset
integer
REQUIRED
The index of the start token
limit
integer
REQUIRED
The amount of tokens per page

Returns

assetIssue
object
An object that contains all the asset issue with the following fields:
id
The token id
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
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/getpaginatedassetissuelist \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"offset": 0,
7
"limit": 20
8
}
9
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free