Codes

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

get
Path parameters
addressstringRequired

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

Responses
200
A successful response.
application/json
get
GET /ethermint/evm/v1/codes/{address} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "code": "text"
}