Skip to main content

eth_getAccount RPC Method

Loading...

Updated on
Mar 27, 2026

eth_getAccount RPC Method

Parameters

address
string
REQUIRED
Loading...
blockReference
string
REQUIRED
Loading...

Returns

result
object
Loading...
codeHash
string
Loading...
storageRoot
string
Loading...
balance
string
Loading...
nonce
string
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
6
"balance": "0x3c952b7e23a2d70",
7
"nonce": "0x58"
8
}
9
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
6
"balance": "0x3c952b7e23a2d70",
7
"nonce": "0x58"
8
}
9
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free