Proof
Authorizations
Path parameters
roundintegerRequired
The round to which the light block header belongs.
Responses
200
Proof of a light block header.
application/json
401
Invalid API Token
application/json
404
Could not create proof since some data is missing
application/json
408
timed out on request
application/json
500
Internal Error
application/json
503
Service Temporarily Unavailable
application/json
default
Unknown Error
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