Requesting Proofs
Understand proof requests from API endpoints.
Last updated
Was this helpful?
Understand proof requests from API endpoints.
Several endpoints return the MARF Merkle Proof by default.
Provided with the proof, a client can verify the value, cumulative energy spent, and the number of confirmations for the response value provided by the API.
Requesting the proof requires more resources (computation time, response time, and response body size). To avoid the additional resources, in case verification is not required, API endpoints allow setting the request parameter: proof=0. The returned response object will not have any proof fields.
Last updated
Was this helpful?
Was this helpful?