Skip to main content

eth_getStorageAt RPC Method

Loading...

Updated on
Apr 06, 2026

eth_getStorageAt RPC Method

Parameters

address
string
REQUIRED
Loading...
position
string
REQUIRED
Loading...
blockNumber
string
REQUIRED
Loading...

Returns

result
Loading...
Request
1
curl -X POST "https://docs-demo.fantom.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getStorageAt",
6
"params": [
7
"0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
8
"0x2",
9
"latest"
10
],
11
"id": 1
12
}'
1
curl -X POST "https://docs-demo.fantom.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getStorageAt",
6
"params": [
7
"0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
8
"0x2",
9
"latest"
10
],
11
"id": 1
12
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0000000000000000000000000000000000000000001a7475cf0946639b1ea9d9"
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0000000000000000000000000000000000000000001a7475cf0946639b1ea9d9"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free