Home

Retrieve storage for a key

POST
https://atleta-testnet.nownodes.io/state_getStorage

Authorizations

ApiKeyAuthApiKeyAuth

API_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_keystring
jsonrpcstring
idinteger
methodstring
paramsArray<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