/ethermint/evm/v1/storage/{address}//{key}
address is the ethereum hex address to query the storage state for.
key defines the key of the storage state
A successful response.
An unexpected error response.
curl -L \ --url 'https://zetachain.nownodes.io/ethermint/evm/v1/storage/{address}/{key}'
{ "value": "text" }