post https://api.shasta.trongrid.io/wallet/getassetissuebyaccount
查询账户发行的 TRC10 通证
返回值
assetIssue - AssetIssueContract[],发行的TRC10通证列表,其中每个AssetIssueContract包含如下字段:
字段 | 类型 | 描述 |
---|---|---|
id | string | token ID |
owner_address | string | 发行者地址 |
name | string | token 名称 |
abbr | string | 通证缩写 |
total_supply | int64 | 通证发行总量 |
frozen_supply | FrozenSupply[] | 通证发行者发行的时候指定冻结的通证数 |
trx_num | int32 | 通证和 TRX 的最小单位兑换比,trx_num/num即为通证价格 |
num | int32 | trx_num/num即为通证价格 |
precision | int32 | 通证的精度 |
start_time | int64 | 通证发行开始时间 |
end_time | int64 | 通证发行结束时间 |
description | string | 通证描述 |
url | string | 通证的官方网站地址 |
free_asset_net_limit | int64 | 通证的总免费带宽 |
public_free_asset_net_limit | int64 | 每个通证拥有者能使用的免费带宽数 |
public_free_asset_net_usage | int64 | 通证拥有者已使用的通证免费带宽总数 |
public_latest_free_net_time | int64 | 最近一次消耗通证免费带宽的时间戳 |