更新时间:2024-09-03 GMT+08:00
eth_getBalance
简介
返回给定地址的账户余额。该API所消耗的计算单元为23。
参数说明
参数 |
类型 |
说明 |
---|---|---|
地址 |
String |
表示用于检查余额的地址 |
区块编号 |
String |
想要查询的区块的十六进制的编号,或者是字符串 "earliest"、"latest"、"pending"。 |
返回值
以十六进制编码的给定地址账户中当前余额,以wei为单位。
请求样式
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_getBalance","params": ["0xc94770007dda54cF92009BFF0dE90c06F603a09f", "latest"],"id":1}'
父主题: 共享版