eth_getBalance
Returns the balance of an account at a given address in wei.
Parameters
Returns
Request
{
"jsonrpc": "2.0",
"method": "eth_getBalance",
"params": ["0x407d73d8a49eeb85d32cf465507dd71d507100c1", "latest"],
"id": 1
}curl https://rpc.dysnomia.icu -H "Content-Type: application/json" --data ''Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0xde0b6b3a7640000"
}Last updated