GetAssetIssueByAccount

查询账户发行的 TRC10 通证

返回值

assetIssue - AssetIssueContract[],发行的TRC10通证列表,其中每个AssetIssueContract包含如下字段:

字段类型描述
idstringtoken ID
owner_addressstring发行者地址
namestringtoken 名称
abbrstring通证缩写
total_supplyint64通证发行总量
frozen_supplyFrozenSupply[]通证发行者发行的时候指定冻结的通证数
trx_numint32通证和 TRX 的最小单位兑换比,trx_num/num即为通证价格
numint32trx_num/num即为通证价格
precisionint32通证的精度
start_timeint64通证发行开始时间
end_timeint64通证发行结束时间
descriptionstring通证描述
urlstring通证的官方网站地址
free_asset_net_limitint64通证的总免费带宽
public_free_asset_net_limitint64每个通证拥有者能使用的免费带宽数
public_free_asset_net_usageint64通证拥有者已使用的通证免费带宽总数
public_latest_free_net_timeint64最近一次消耗通证免费带宽的时间戳
Language
Click Try It! to start a request and see the response here!