getSignatureStatuses | Solana

Solana getSignatureStatuses method

The Solana getSignatureStatuses method returns the status of a list of signatures.

This method provides the status of each signature, which indicates whether the transaction was successfully processed, is still being processed, or resulted in an error. It is useful for tracking the status of transactions.

👍

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.

You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • signatures — an array of signatures to retrieve the status for.
  • options — (optional) additional options:
    • searchTransactionHistory — whether to search the transaction history for the status of each signature.

Response

  • value — an array of signature status objects, each containing:
    • slot — the slot in which the transaction was processed.
    • confirmations — the number of confirmations for the transaction.
    • err — whether the transaction resulted in an error.
    • status — the status of the transaction.

Use case

A practical use case for getSignatureStatuses is to track the status of transactions. This can be useful for wallets or other applications that need to display or make use of this information.

Try the getSignatureStatuses RPC method yourself

Language
Click Try It! to start a request and see the response here!