Retreives paused status for producer node
OK
True if producer is paused, false otherwise
const response = await fetch('https://eos.nownodes.io/v1/producer/paused', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
false