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:
Status | Description |
---|---|
PENDING | The transaction has been requested but has not yet started processing. |
IN_PROGRESS | The transaction is currently being processed. The final outcome is not yet known. |
COMPLETE | The transaction has successfully finished and is confirmed. |
FAILED | The 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.
Updated about 10 hours ago