starknet_getStorageProof
Returns Merkle inclusion proofs for selected elements of the Starknet state at a given block
Path parameters
apiKey
Request
This endpoint expects an object.
block_id
The hash of the requested block, or number (height) of the requested block, or a block tag
class_hashes
Class hashes to prove inclusion in the classes trie
contract_addresses
Contract addresses to prove inclusion in the contracts trie
contracts_storage_keys
Storage keys to prove for specific contracts
Response
Inclusion proofs for requested state elements at the given block
classes_proof
Proofs for requested class hashes (if any)
contracts_proof
Proofs for requested contract addresses (if any)
storage_proofs
Proofs for requested (contract, storage_key) pairs (if any)