/wallet/getassetissuebyaccount REST API Endpoint
Body Parameters
address
string
REQUIRED
The address is the Token Issuer account address
visible
boolean
A boolean value indicating whether the address is in base58 format
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
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getassetissuebyaccount \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--data '5{6"address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",7"visible": true8}9'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free