Proof

Gets a proof for a given light block header inside a state proof commitment

get
Authorizations
Path parameters
roundintegerRequired

The round to which the light block header belongs.

Responses
200
Proof of a light block header.
application/json
get
GET /v2/blocks/{round}/lightheader/proof HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "index": 1,
  "proof": "Ynl0ZXM=",
  "treedepth": 1
}

Last updated