Retrieve the status of a transaction by its hash.
POST/transaction/status
The tx-status
endpoint allows you to check the current status of a transaction on the Mina blockchain by providing the transaction hash. It returns whether the transaction has been applied, failed, or is still pending.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully retrieved transaction status.
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.