Get Committed Transaction Details
Returns the committed details and receipt of the transaction for a given transaction identifier. Transaction identifiers which don't correspond to a committed transaction will return a TransactionNotFoundError.
Request body
Example request
{
"intent_hash": "<transaction-intent-hash>"
}Response
Transaction Status
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}Changes
Changed in 5 of the 50 revisions of this API.68
- ○
added the new optional request property
//new-optional-request-property
- ○
request property
//deprecatedrequest-property-deprecated
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
response property
allOf[subschema #2]/transaction/receipt/eventsdeprecatedresponse-property-deprecated
- ○
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//////became nullable for the statusresponse-property-became-nullable
- ○
the request property
////became nullablerequest-property-became-nullable
- ▲
- ▲
the request property
////became not nullablerequest-property-became-not-nullable
- ▲
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added
AccountLockerNotFoundErrordiscriminator mapping keys to theresponse property for the response statusresponse-property-discriminator-mapping-added
- ○