avax.getAtomicTxStatus

Retrieve the status of a transaction by its ID.

Description

Get the status of an atomic transaction sent to the network.

Signature:

avax.getAtomicTxStatus({txID: string}) -> {  
  status: string,  
  blockHeight: string // returned when status is Accepted  
}

status is one of:

  • Accepted: The transaction is (or will be) accepted by every node. Check the blockHeight property
  • Processing: The transaction is being voted on by this node
  • Dropped: The transaction was dropped by this node because it thought the transaction invalid
  • Unknown: The transaction hasn’t been seen by this node
Language
Authorization
Header
Click Try It! to start a request and see the response here!