Get TX result on processing stage
The built-in Solana RPC getParsedTransaction
method allows you to get the result of a transaction only at the confirmed
stage. We have developed a solution to solve this problem - our endpoint allows you to get the result of a transaction even at the processing
stage thanks to the gRPC node
Send transaction to Solana, then call our GET endpoint immediately
https://deapi.org/solana/getTx/4L71tMpb3tizL7NfxZnCMw2k6x41G3rUbNN1Kfnbe92ebboQrCxFNgyfMXenz7kQ4srfWB9UdwCdGmKQN9WbTUR2
You will receive the result of the transaction execution at the processing
stage.
If the transaction has already passed the processing stage, the endpoint returns the result of the usual getParsedTransaction
method
Last updated