Returns the runtime Wasm blob in hex format.
successful operation
Block number and hash at which the call was made.
const response = await fetch('https://dot-playbook.nownodes.io/runtime/code', { method: 'GET', headers: {}, }); const data = await response.json();
{ "at": { "hash": "text", "height": "text" }, "code": "text" }