getSignatureStatuses RPC Method
Description
Returns the statuses of a list of signatures. Unless the searchTransactionHistory configuration parameter is included, this method only searches the recent status cache of signatures, which retains statuses for all active slots plus MAX_RECENT_BLOCKHASHES rooted slots.
Parameters
tx signatures
(string) - An array of transaction signatures to confirm encoded as base-58 stringsobject
(array) - The configuration object with the following fields:searchTransactionHistory
(boolean) - (default: false) If true, the search includes the entire transaction history. If false, the search only includes recent transactions in the latest confirmed block
Returns
An object with the following fields:
context
- The information about the current state of the programapiVersion
- The version of the Solana RPC API to useslot
- An integer representing the slot for which to retrieve the fee calculator
value
- A JSON object with the following fields:confirmationStatus
- The transaction's cluster confirmation status. It can either be processed, confirmed, or finalizedconfirmations
- The number of confirmations a transaction has received. If the transaction is finalized (i.e., confirmed at the highest level of commitment), the value will be nullerr
- Error code if the transaction failed or null if the transaction succeedsslot
- The slot number in which the transaction was confirmedstatus
- The processing status of the transaction. It returns Ok if the transaction was successful and Err if the transaction failed with TransactionError