Transaction Status

Understanding the different states of your transaction in the Transaction Hisotry is crucial for monitoring its progress.

Here are the possible status types you may encounter:

Processing

This status indicates that your transaction has been issued but is awaiting confirmation in the memPool.

During this phase:

  • Your transaction has been submitted

  • The chain is processing the transaction

  • Awaiting inclusion in a block

  • This is the initial state after transaction submission

Pending

A transaction enters this status when:

  • It has remained in Processing status for more than 24 hours

  • Consider using the Replace action for stuck transactions

Completed

This status confirms that:

  • The transaction has been successfully included in a block

  • All operations have been executed correctly

  • The transaction is finalized and confirmed

Failed

This status indicates that:

  • The transaction has encountered an error

  • The operation was not completed successfully

  • For failures at STEP 1, you will need to initiate a new transaction

  • For failures in subsequent steps, you will be required to use the Resume action

Last updated