v50

latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KB
Transaction

Get Subintent Status

Returns if the given subintent has been finalized.

post/transaction/subintent-status

Request body

subintent_hashstring required

Bech32m-encoded hash.

Example request

{
  "subintent_hash": "<transaction-subintent-hash>"
}

Response

Transaction Status

subintent_status'Unknown' | 'CommittedSuccess' required

The finalization status of this subintent. Each subintent can only be successfully committed once, but unlike a transaction intent, could be committed as a failure zero or more times first.

subintent_status_descriptionstring required

An additional description to clarify the subintent_status.

finalized_at_state_versioninteger nullable

The state version when the subintent was finalized (committed as a success). This field is only present if the status is CommittedSuccess.

finalized_at_transaction_intent_hashstring

Bech32m-encoded hash.

Example response

{
  "ledger_state": {
    "network": "<network-name>"
  }
}