Stateproofs

Get a state proof that covers a given round

get
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
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="
}