This endpoint allows you to retrieve the value stored at a specific storage position ({key}
) of a Vechain smart contract associated with the provided address ({address}
). The response will contain information about the stored value for the given key.
To access historical details, you can specify a revision
as a query parameter.
The address of the account/ contract
"0x93Ae8aab337E58A6978E166f8132F59652cA6C56"
^(0x)?[0-9a-fA-F]{40}$
The unique identifier (key) representing the specific position in the account storage. This key is used to access and retrieve data stored at a particular storage position.
"0x0000000000000000000000000000000000000000000000000000000000000001"
^(0x)?[0-9a-fA-F]{64}$
OK
The value stored at the given storage position.
"0x0000000000000000000000000000000000000000000000000000000000000001"
^0x[0-9a-f]{64}$