Returns an object containing the smart contract WASM code.
This must be 1 (true)
OK
^[0-9A-Fa-f]{64}$
const response = await fetch('https://eos.nownodes.io/v1/chain/get_code', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "code_as_wasm": 1 }), }); const data = await response.json();
{ "code_hash": "text", "wast": "text", "wasm": "text" }