v1

latestSwagger 2.02026-07-17232455673.4 KB
Query

Storage queries the balance of all coins for a single account.

get/evmos/evm/v1/storage/{address}/{key}

Path parameters

addressstring required

address is the ethereum hex address to query the storage state for.

keystring required

key defines the key of the storage state

Response

A successful response.

valuestring

value defines the storage state value hash associated with the given key.