Account
Path parameters
addressstringRequired
address is the ethereum hex address to query the account for.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /ethermint/evm/v1/account/{address} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
"balance": "text",
"code_hash": "text",
"nonce": "text"
}