Skip to main content

/wallet/getassetissuebyid REST API Endpoint

Returns a token by token id. Returns the token object, which contains the token name.

Updated on
Oct 4, 2023

/wallet/getassetissuebyid REST API Endpoint

Body Parameters

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