eth_getStorageAt

Returns the value from a storage position at a given address.

https://api.1inch.com/web3/137
Supported on:
Polygon

Parameters

Address (required)

Address
* string

Storage slot (required)

Storage slot
* string

Block (required)

Block
* any
anyOf[0]
string
anyOf[1]
string (Enum)
earliest
finalized
safe
latest
pending
anyOf[2]
string

Request

Request
object
jsonrpc
* string (Enum)
2.0
method
* string
params
array
items
any
oneOf[0]
string
oneOf[1]
string
oneOf[2]
any
anyOf[0]
string
anyOf[1]
string (Enum)
earliest
finalized
safe
latest
pending
anyOf[2]
string
id
* number
1

Response

Value

Value
string
JSON
1

Did you find what you need?