Last updated 10 months ago
The round from which to fetch block information.
Encoded block object.
Block header data.
Optional certificate object. This is only included when the format is set to message pack.
const response = await fetch('https://algo.nownodes.io/v2/blocks/{round}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "block": {}, "cert": {} }