Get read proof for storage keys
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns proof of storage entries at a specific block.
The state_getReadProof method generates a Merkle proof for the specified storage keys at a given block. This proof can be used to verify the existence and values of storage entries without needing to trust the node providing the data.
This method is essential for:
- Light client verification
- Cross-chain bridge operations
- Trustless data verification
- State proof generation
Body
application/json
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringstate_getReadProofrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<Array<string> | string>requiredArray containing storage keys and optional block hash.
Response
200OK
Read proof generated successfully
400Bad Request
Invalid storage keys or block hash
500Internal Server Error
Internal server error