Eth_getStorageAt

Get Storage At

post

Returns the value stored at position in the storage of the contract at address at the given blockNumber.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version.

Example: 2.0
methodstringRequired

JSON-RPC method name.

Example: eth_getStorageAt
paramsstring[] · max: 3Required

Parameters array:

  1. address: string - Contract address to query storage from.
  2. position: string - Storage slot position (hex string).
  3. block number: string - Block number or keywords ("latest", "earliest", "pending").
Example: ["0x1234567890abcdef1234567890abcdef12345678","0x0","latest"]
idintegerRequired

Request identifier.

Example: 1
Responses
chevron-right
200

Storage slot value at the specified position

application/json
jsonrpcstringOptional

JSON-RPC version.

Example: 2.0
idintegerOptional

Request ID.

Example: 1
resultstringOptional

Value of the storage slot at the given position (32-byte hex string).

Example: 0x000000000000000000000000000000000000000000000000000000000000000a
post
/
200

Storage slot value at the specified position

Last updated