Home

Query storage entries at a specific block

POST
https://atleta.nownodes.io/state_queryStorageAt

Authorizations

ApiKeyAuthApiKeyAuth

API_key string

NOWNodes API key passed in the api-key header.

Queries storage entries by key starting at a specific block hash.

Body

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

Response

200OK

Successfully retrieved storage entries at the specified block

400Bad Request

Bad Request

500Internal Server Error

Internal Server Error