Last updated 10 months ago
The round to which the light block header belongs.
Proof of a light block header.
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
const response = await fetch('https://algo.nownodes.io/v2/blocks/{round}/lightheader/proof', { method: 'GET', headers: {}, }); const data = await response.json();
{ "index": 0, "proof": "Ynl0ZXM=", "treedepth": 0 }