Binary serialization is not supported with this method.
Returns block header
const response = await fetch('https://strax.nownodes.io/api/Node/getblockheader', { method: 'GET', headers: {}, }); const data = await response.json();