chainHead_v1_storage
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Retrieves storage data for the given block and storage query items.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must be "2.0".
methodstringchainHead_v1_storagerequiredThe RPC method to invoke.
paramsArray<string | Array<object>>requiredArray containing three elements: - first element: a hex-encoded string (e.g., block hash) - second element: another hex-encoded string - third element: an array of storage query objects, each
with a key (hex string) and type (e.g., "value").
idintegerrequiredRequest identifier.
Response
200OK
Successful response with storage query status.