Last updated 9 months ago
The round from which to fetch block hash information.
Hash of a block header.
Block header hash.
const response = await fetch('https://algo.nownodes.io/v2/blocks/{round}/hash', { method: 'GET', headers: {}, }); const data = await response.json();
{ "blockHash": "text" }