/v2/stateproofs/{round}
The round for which a state proof is desired.
StateProofResponse wraps the StateProof type in a response.
Invalid API Token
Could not find a state proof that covers a given round
timed out on request
Internal Error
Service Temporarily Unavailable
Unknown Error
curl -L \ --url 'https://algo.nownodes.io/v2/stateproofs/{round}' \ --header 'X-Algo-API-Token: api_key <apiKey>'
{ "Message": { "BlockHeadersCommitment": "text", "FirstAttestedRound": 1, "LastAttestedRound": 1, "LnProvenWeight": 1, "VotersCommitment": "text" }, "StateProof": "text" }