v1

latestSwagger 2.02026-07-17232455673.4 KB
Query

Account queries an Ethereum account.

get/evmos/evm/v1/account/{address}

Path parameters

addressstring required

address is the ethereum hex address to query the account for.

Response

A successful response.

balancestring

balance is the balance of the EVM denomination.

codeHashstring

code_hash is the hex-formatted code bytes from the EOA.

noncestring uint64

nonce is the account's sequence number.