Stateproofs
Authorizations
Path parameters
roundintegerRequired
The round for which a state proof is desired.
Responses
200
StateProofResponse wraps the StateProof type in a response.
application/json
401
Invalid API Token
application/json
404
Could not find a state proof that covers a given round
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/stateproofs/{round} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
"Message": {
"BlockHeadersCommitment": "Ynl0ZXM=",
"FirstAttestedRound": 1,
"LastAttestedRound": 1,
"LnProvenWeight": 1,
"VotersCommitment": "Ynl0ZXM="
},
"StateProof": "Ynl0ZXM="
}