Returns a level of the block closest to the specified timestamp.
Timestamp, e.g. 2020-01-01T00:00:00Z
2020-01-01T00:00:00Z
const response = await fetch('https://xtz-index.nownodes.io/v1/blocks/{timestamp}/level', { method: 'GET', headers: {}, }); const data = await response.json();
0