Query

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

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

Path parameters

addressstring required

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

Response

A successful response.

codestring byte

code represents the code bytes from an ethereum address.

Changes

No recorded changes to this endpoint across all 9 revisions of this API.