跳转到内容

eth_getBalance

此内容尚不支持你的语言。

Returns the balance of an account in wei.

ParameterTypeRequiredDescription
addressaddressYesAccount address
blockblockTagNoBlock number or tag
{
"jsonrpc": "2.0",
"method": "eth_getBalance",
"params": [
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"latest"
],
"id": 1
}
Terminal window
curl -X POST https://polygon-mainnet.blockreq.com/v1/rpc/public \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","latest"],"id":1}'