Returns a timestamp of the block at the specified level.
Block level
const response = await fetch('https://xtz-index.nownodes.io/v1/blocks/{level}/timestamp', { method: 'GET', headers: {}, }); const data = await response.json();
2024-12-22T01:48:44.133Z