Skip to main content

eth_getStorageAt RPC Method

Loading...

Updated on
Apr 29, 2026

eth_getStorageAt RPC Method

To use the eth_getStorageAt method on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

Parameters

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

Returns

result
string
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0000000000000000000000ea51815c117b81ea2842a21227c06cdadffa269e00"
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0000000000000000000000ea51815c117b81ea2842a21227c06cdadffa269e00"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free