Home

chainHead_v1_storage

POST
https://tao.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired

JSON-RPC protocol version. Must be "2.0".

methodstringchainHead_v1_storagerequired

The RPC method to invoke.

paramsArray<string | Array<object>>required

Array 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").

Show child attributes
Any of

A hex-encoded parameter.

string
Array<object>
Show child attributes
keystringrequired

Hex-encoded storage key.

typestringrequired

Type of the storage entry (e.g., "value").

idintegerrequired

Request identifier.

Response

200OK

Successful response with storage query status.