Home

Retrieves the storage size

POST
https://atleta.nownodes.io/state_getStorageSize

Authorizations

ApiKeyAuthApiKeyAuth

API_key string

NOWNodes API key passed in the api-key header.

Returns the size (in bytes) of the value stored under the given storage key. The size is returned as a hex-encoded number.

Body

application/json
API_keystring
jsonrpcstring
idstring
methodstring
paramsArray<string>

Response

200OK

Successfully retrieved the storage size for the given key.

400Bad Request

Bad Request

500Internal Server Error

Internal Server Error