Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for starknet_getStorageAt: [contract_address, key, block_id]Parameters for
starknet_getStorageAt:params.contract_address: Address of the contract to read from.params.key: Key to the storage value for the specified contract.params.block_id: BlockID object containing hash and number.
Returns
Value of the storage at the specified contract address and key. Returns 0 if no value found. Example:
“0x0”.