Eth_getStorageAt
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
JSON-RPC version.
2.0methodstringRequiredExample:
JSON-RPC method name.
eth_getStorageAtparamsstring[] · max: 3RequiredExample:
Parameters array:
- address: string - Contract address to query storage from.
- position: string - Storage slot position (hex string).
- block number: string - Block number or keywords ("latest", "earliest", "pending").
["0x1234567890abcdef1234567890abcdef12345678","0x0","latest"]idintegerRequiredExample:
Request identifier.
1Responses
200
Storage slot value at the specified position
application/json
jsonrpcstringOptionalExample:
JSON-RPC version.
2.0idintegerOptionalExample:
Request ID.
1resultstringOptionalExample:
Value of the storage slot at the given position (32-byte hex string).
0x000000000000000000000000000000000000000000000000000000000000000apost
/200
Storage slot value at the specified position
Last updated