Retrieve storage for a key
POST
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Retrieves the value stored under a given key in the blockchain state. The value is returned as hex-encoded data in SCALE format.
Body
application/json
API_keystringjsonrpcstringidintegermethodstringparamsArray<string>Array with a single storage key (hex-encoded)
Response
200OK
Storage value for the given key
400Bad Request
Bad Request
500Internal Server Error
Internal Server Error