GetAccountBalance

查询指定区块中的账户余额。(注意:目前仅可通过以下官方节点查询该接口数据:13.228.119.63 & 18.139.193.235 & 18.141.79.38 & 18.139.248.26)

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

查询指定区块中的账户余额。(注意:目前仅可通过以下官方节点查询该接口数据:13.228.119.63 & 18.139.193.235 & 18.141.79.38 & 18.139.248.26)。


相关资源

  • GetAccount —— 查询账户当前完整状态(含所有余额维度)
  • 账户 —— 账户模型
  • 区块 —— 按区块查询余额(使用区块 ID)
Body Params
json
required

包含账户地址的对象。示例:{ "address": "TLLM21wteSPs4hKjbxgmH1L6poyMjeTbHm" }

json
required

包含区块编号和哈希的对象。示例:{ "hash": "0000000000010c4a732d1e215e87466271e425c86945783c3d3f122bfa5affd9", "number": 68682 }

boolean

可选。设为 true 时地址以 Base58 格式返回;设为 false 时以十六进制格式返回。(默认值:false

Responses

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