eth_getStorageAt RPC Method
Parameters
address
string
REQUIRED
Loading...
position
string
REQUIRED
Loading...
blockNumber
string
Loading...
Returns
result
string
Loading...
Request
1curl -X POST "https://docs-demo.fluent-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getStorageAt",6"params": [7"0x5362874e334bb5a2c8083a2cf2eb3db6f3d8e33c",8"0x0",9"latest"10],11"id": 112}'
1curl -X POST "https://docs-demo.fluent-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getStorageAt",6"params": [7"0x5362874e334bb5a2c8083a2cf2eb3db6f3d8e33c",8"0x0",9"latest"10],11"id": 112}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0x000000000000000000000000cd674e3175fa87df9d7534419a0e026336251d05"5}
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0x000000000000000000000000cd674e3175fa87df9d7534419a0e026336251d05"5}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free