null if the transaction is not found or has not yet been confirmed.
Request
Parameters
Transaction signature as a base-58 encoded string.
Encoding for the returned transaction. One of
json, jsonParsed, base58, or base64. Defaults to json.Commitment level for the query. Only
confirmed and finalized are supported.The maximum transaction version to return. Set to
0 to support versioned transactions. If not specified, only legacy transactions are returned.Response
The slot in which this transaction was confirmed.
Unix timestamp (seconds) of the block in which this transaction was confirmed.
null if not available.The transaction data. Structure depends on the requested
encoding.null if the transaction succeeded. Contains the error object if it failed.Transaction fee paid in lamports.
Account balances in lamports before the transaction was processed, in the same order as
transaction.message.accountKeys.Account balances in lamports after the transaction was processed.
Program log output from the transaction.