Skip to main content
Version: 1.4.0

Common

Connection info

Development environmentDOSI SDK base URI
Productionhttps://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}

Path

Name
TypeDescription
txIdstring

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 --location --request GET 'https://sdk-api.dosi.world/v2/common/transactions/{txId}' \
--header 'Authorization: Basic xxxxxxxx'