Common
Connection info
Development environment | DOSI SDK base URI |
---|---|
Production | https://sdk-api.dosi.world |
Get transaction v2
Gets the transaction status with the transaction ID. Unlike Get transaction v1, it provides the information including the total number of retries, and uses transaction status strings identical to those in the DOSI Store.
GET {DOSI SDK base URI}/v2/common/transactions/{txId}
Request
Response
Path
Name | Type | Description |
---|---|---|
txId | string | Target transaction ID. Enter the value received in response after sending a request that triggers a transaction, such as sealing, unsealing, or resealing. |
Query
None
Body
None
Headers
- Authorization: Basic <Base64-encoded 'DOSI channel ID:secret'>
Request examples
curl
curl --location --request GET 'https://sdk-api.dosi.world/v2/common/transactions/{txId}' \
--header 'Authorization: Basic xxxxxxxx'