Get Storage At
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the value stored at position in the storage of the contract at address at the given blockNumber.
Body
application/json
Returns the value stored at position in the storage of the contract at address at the given blockNumber.
Request payload for Get Storage At.
jsonrpcstringrequiredJSON-RPC version.
methodstringrequiredJSON-RPC method name.
paramsArray<string>requiredParameters array:
- address: string - Contract address to query storage from.
- position: string - Storage slot position (hex string).
- block number: string - Block number or keywords ("latest", "earliest", "pending").
idintegerrequiredRequest identifier.
Response
200OK
Storage slot value at the specified position
401Unauthorized
Unauthorized: API key is present but rejected by the NOWNodes gateway.
405Method Not Allowed
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
422Unprocessable Entity
Missing API key. The NOWNodes gateway returns plain text for this error.
500Internal Server Error
JSON-RPC method or upstream error