Check the status of a proof generation job and retrieve proofs.
POST/transaction/proof
The proof endpoint allows you to check the status of a proof generation job initiated via the /prove endpoint.
It returns the status of the job and the proofs or tx hashes if they are ready.
Request
Responses
- 200
 - 400
 - 401
 - 403
 - 429
 - 500
 - 503
 
Successfully retrieved job status and proofs.
Bad request - invalid input parameters.
Unauthorized - user not authenticated.
Forbidden - user doesn't have permission.
Too many requests.
Internal server error - something went wrong during the request.
Service unavailable - blockchain or other external service is down.