Home

Query historical storage entries

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

Authorizations

ApiKeyAuthApiKeyAuth

API_key string

NOWNodes API key passed in the api-key header.

Returns the historical storage changes for the provided keys starting from a specific block hash.

Body

application/json
API_keystring
jsonrpcstring
idinteger
methodstring
paramsarray
  • First parameter: array of state keys (hex-encoded) to query changes for.
  • Second parameter: block hash to start retrieving history from.

Response

200OK

Successfully retrieved historical storage entries.

400Bad Request

Bad Request

500Internal Server Error

Internal Server Error