starknet_getStorageAt

Get the value of the storage at the given address and key

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
contract_addressstringRequiredformat: "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$"

The address of the contract to read from

keystringRequiredformat: "^0x(0|[0-7]{1}[a-fA-F0-9]{0,62})$"

The key to the storage value for the given contract

block_idobject or enumRequired

The hash of the requested block, or number (height) of the requested block, or a block tag

Response

The value at the given key for the given contract. 0 if no value is found