GetAccountNet

查询账户带宽信息

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

返回值

字段类型描述
freeNetUsedint64账户已使用的免费带宽。
freeNetLimitint64账户的免费带宽总额度。
NetUsedint64账户质押带宽使用量。
NetLimitint64通过质押获取的总带宽。
TotalNetLimitint64全网可质押获取的总带宽。
TotalNetWeightint64全网为获取带宽而质押的 TRX 总量。
assetNetUsedmap<string, int64>账户使用的各个 TRC-10 Token 的免费带宽数量。
assetNetLimitmap<string, int64>账户中各 TRC-10 Token ID 对应的免费带宽额度。
Body Params
string
required

所查询账户的地址,Base58check 格式或 HEX 格式。

boolean
Defaults to false

可选参数。设置为 true 则地址将以 Base58check 格式显示;设置为 false 则以 Hex 格式显示。(默认值: false)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json