address is the ethereum hex address to query the account for.
A successful response.
QueryAccountResponse is the response type for the Query/Account RPC method.
An unexpected error response.
Last updated 2 years ago
GET /ethermint/evm/v1/account/{address} HTTP/1.1 Host: rest.origin.uptick.network Accept: */*
{ "balance": "text", "code_hash": "text", "nonce": "text" }