Query storage entries at a specific block
POST
Authorizations
ApiKeyAuthApiKeyAuthAPI_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_keystringjsonrpcstringidintegermethodstringparamsarray- 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