Generate proofs for signed token transactions.
POST/transaction/prove
The prove
endpoint initiates the proof generation process for a set of signed token transactions.
It returns a job ID which can be used to check the status and retrieve the proofs or tx hashes using the /proof
endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully initiated proof generation.
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.