address is the ethereum hex address to query the code for.
A successful response.
code represents the code bytes from an ethereum address.
const response = await fetch('https://zetachain.nownodes.io/ethermint/evm/v1/codes/{address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": "Ynl0ZXM=" }