Skip to main content

eth_getAccount RPC Method

Loading...

Updated on
Nov 02, 2023

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
1
curl https://docs-demo.xdai.quiknode.pro/ \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "eth_getAccount",
5
"params":["0xA023f7D7B75c6a8b9E2f9fCD7fA44632485f1cFd", "latest"],
6
"id": 1,
7
"jsonrpc": "2.0"
8
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free