post https://api-sdk.lmnl.dev/api/wallet/transaction-status
This API is a request to retrieve the current status of a transaction.
Status Type | Status Meaning |
---|---|
1 | Pending - The transaction is initiated but not yet processed. |
2 | Broadcasted - The transaction is announced to the network. |
4 | Confirmed - The transaction is validated and included in the blockchain. |
5 | Canceled/Failed - The transaction is failed. |
Note
- Status type 3 is reserved for internal use by Liminal.
To retrieve details of a pending transaction, use the Retrieve pending transactions API.