Home

Retrieves the storage hash

POST
https://atleta-testnet.nownodes.io/state_getStorageHash

Authorizations

ApiKeyAuthApiKeyAuth

API_key string

NOWNodes API key passed in the api-key header.

Returns the storage hash for a given storage key. Useful for verifying data integrity and indexing values in the blockchain storage.

Body

application/json
API_keystring
jsonrpcstring
idstring
methodstring
paramsArray<string>

Response

200OK

Successfully retrieved the storage hash for the given key.

400Bad Request

Bad Request

500Internal Server Error

Internal Server Error