Retreives the integrity hash for producer node
OK
^[0-9A-Fa-f]{64}$
const response = await fetch('https://eos.nownodes.io/v1/producer/get_integrity_hash', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "head_block_id": "text" }