Skip to main content

eth_getAccount RPC Method

Loading...

Updated on
Apr 03, 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
"storageRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
7
"balance": "0x0",
8
"nonce": "0x0"
9
}
10
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
6
"storageRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
7
"balance": "0x0",
8
"nonce": "0x0"
9
}
10
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free