Transaction Status

All transactions (including ISSUANCE, REDEMPTION, CRYPTO_DEPOSIT, etc.) are assigned a status that reflects their current state. You can see this status in the response from the GET /transactions API as well as in the Juno Webhook payloads.

A transaction's status can be one of four possible states:

StatusDescription
PENDINGThe transaction has been requested but has not yet started processing.
IN_PROGRESSThe transaction is currently being processed. The final outcome is not yet known.
COMPLETEThe transaction has successfully finished and is confirmed.
FAILEDThe transaction was unable to be completed due to an error.

This table provides a quick overview of each state. For more detailed information on specific events, be sure to check the response payloads for each transaction type.