Transaction

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.

post/transaction/committed-details

Request body

intent_hashstring required

Bech32m-encoded hash.

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 // deprecated

      request-property-deprecated

    • added the optional property /// to the response with the status

      response-optional-property-added

    • response property allOf[subschema #2]/transaction/receipt/events deprecated

      response-property-deprecated

  • 00c5f3bf5c2151See the full diff
    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property /// became nullable for the status

      response-property-became-nullable

    • the response property ////// became nullable for the status

      response-property-became-nullable

    • the response property ////// became nullable for the status

      response-property-became-nullable

    • the request property //// became nullable

      request-property-became-nullable

    • the request property //// became not nullable

      request-property-became-not-nullable

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added AccountLockerNotFoundError discriminator mapping keys to the response property for the response status

      response-property-discriminator-mapping-added