Verify a transaction on the blockchain
GET/api/solana/transactions/:transactionId/verify
Verifies a transaction by its ID on the Solana blockchain. Checks if the transaction is confirmed, successful, or failed. If successful, processes and stores the transaction data from temporary storage to permanent storage.
Request
Responses
- 200
- 400
- 500
Transaction verification completed successfully
Bad request - missing transactionId or transaction failed
Internal server error during verification process