Confirmed transaction
GET/transaction/confirmed/:txID
Retrieves the confirmation status of a transaction that was submitted to the Aleo blockchain.
Request
Responses
- 200
- 400
- 404
- 422
- 429
- 500
- 503
A ConfirmedTransaction object containing confirmation status, all inputs, outputs, fee object, and finalize operations.
Bad Request - Invalid input, malformed parameters, validation errors
Not Found - Resource not found
Unprocessable Entity - Business logic validation errors
Too Many Requests - Rate limiting
Internal Server Error - Actual server errors, unexpected failures
Service Unavailable - Temporary service issues (node syncing, feature unavailable)