The endpoint retrieves storage entries related to a particular clause execution and contract address. This could be useful for inspecting or analyzing storage changes.
The address of the contract/ account to be traced.
"0xd8ccdd85abdbf68dfec95f06c973e87b1b5a9997"
^0x[0-9a-fA-F]{40}$
The start key of the storage range. Default is 0x0000000000000000000000000000000000000000000000000000000000000000
"0x0000000000000000000000000000000000000000000000000000000000000000"
^0x[0-9a-fA-F]{64}$
The maximum number of results to be returned. Default is 1000.
10
The unified path of the transaction clause.
Format:
blockID/(txIndex|txId)/clauseIndex
"0x010709463c1f0c9aa66a31182fb36d1977d99bfb6526bae0564a0eac4006c31a/0/0"
^0x[0-9a-fA-F]{64}\/(0x[0-9a-fA-F]{64}|\d+)\/[0-9]+$
OK
The data is non-nullable, but an empty object is returned if no data is found.