---
title: "Changes to Wait for transaction by hash"
method: GET
path: "/transactions/wait_by_hash/{txn_hash}"
---

# Changes to Wait for transaction by hash

`GET /transactions/wait_by_hash/{txn_hash}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 50 revisions.

- **2025-10-09** `5bfbbc5f3ce7` — 7 breaking, 50 warning
- **2025-09-09** `7974a45a29e4` — 12 breaking, 36 info
- **2025-06-03** `6a8502f67ac1` — 6 warning
- **2025-05-01** `24239d01217c` — 2 info
- **2025-01-17** `077ea5f3cf20` — 12 breaking, 12 info
- **2025-01-09** `263cecfcf4af` — 2 breaking, 2 info
- **2024-10-04** `a21b29812d89` — 1 info
- **2024-08-21** `ff40a8b1856d` — 12 breaking, 12 info
- **2024-08-21** `d2034ff06d52` — 24 breaking, 24 info
- **2024-08-12** `221ec2b47e94` — 8 info
- **2024-07-12** `db397b34b6dd` — 320 warning
- **2024-06-23** `1974c3b457bc` — 12 breaking, 1 warning, 1 info
- **2024-06-14** `4a353dbbbfe8` — 48 breaking, 240 info
- **2024-06-13** `c367534611f3` — 1 breaking, 1 info
- **2024-03-20** `3c81604af856` — 1 info

## Changes

- **2025-10-09** `5bfbbc5f3ce7` — 7 breaking, 50 warning
  - the mandatory response header `X-APTOS-BLOCK-HEIGHT` removed for the status `200`
  - the mandatory response header `X-APTOS-CHAIN-ID` removed for the status `200`
  - the mandatory response header `X-APTOS-EPOCH` removed for the status `200`
  - the mandatory response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `200`
  - the mandatory response header `X-APTOS-LEDGER-TIMESTAMPUSEC` removed for the status `200`
  - the mandatory response header `X-APTOS-LEDGER-VERSION` removed for the status `200`
  - the mandatory response header `X-APTOS-OLDEST-BLOCK-HEIGHT` removed for the status `200`
  - the optional response header `X-APTOS-BLOCK-HEIGHT` removed for the status `400`
  - the optional response header `X-APTOS-BLOCK-HEIGHT` removed for the status `403`
  - the optional response header `X-APTOS-BLOCK-HEIGHT` removed for the status `404`
  - the optional response header `X-APTOS-BLOCK-HEIGHT` removed for the status `410`
  - the optional response header `X-APTOS-BLOCK-HEIGHT` removed for the status `500`
  - the optional response header `X-APTOS-BLOCK-HEIGHT` removed for the status `503`
  - the optional response header `X-APTOS-CHAIN-ID` removed for the status `400`
  - the optional response header `X-APTOS-CHAIN-ID` removed for the status `403`
  - the optional response header `X-APTOS-CHAIN-ID` removed for the status `404`
  - the optional response header `X-APTOS-CHAIN-ID` removed for the status `410`
  - the optional response header `X-APTOS-CHAIN-ID` removed for the status `500`
  - the optional response header `X-APTOS-CHAIN-ID` removed for the status `503`
  - the optional response header `X-APTOS-CURSOR` removed for the status `200`
  - the optional response header `X-APTOS-EPOCH` removed for the status `400`
  - the optional response header `X-APTOS-EPOCH` removed for the status `403`
  - the optional response header `X-APTOS-EPOCH` removed for the status `404`
  - the optional response header `X-APTOS-EPOCH` removed for the status `410`
  - the optional response header `X-APTOS-EPOCH` removed for the status `500`
  - the optional response header `X-APTOS-EPOCH` removed for the status `503`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `200`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `400`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `403`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `404`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `410`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `500`
  - the optional response header `X-APTOS-GAS-USED` removed for the status `503`
  - the optional response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `400`
  - the optional response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `403`
  - the optional response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `404`
  - the optional response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `410`
  - the optional response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `500`
  - the optional response header `X-APTOS-LEDGER-OLDEST-VERSION` removed for the status `503`
  - the optional response header `X-APTOS-LEDGER-TIMESTAMPUSEC` removed for the status `400`
  - …17 more
- **2025-09-09** `7974a45a29e4` — 12 breaking, 36 info
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property `oneOf` list for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstract_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - removed `abstraction_signature` discriminator mapping keys from the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
  - removed `#/components/schemas/AccountSignature_AbstractionSignature` from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/AccountSignature_AbstractionSignature` from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/AccountSignature_AbstractionSignature` from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/AccountSignature_AbstractionSignature` from the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - …8 more
- **2025-06-03** `6a8502f67ac1` — 6 warning
  - added the new `rejected_by_filter` enum value to the `error_code` response property for the response status `400`
  - added the new `rejected_by_filter` enum value to the `error_code` response property for the response status `403`
  - added the new `rejected_by_filter` enum value to the `error_code` response property for the response status `404`
  - added the new `rejected_by_filter` enum value to the `error_code` response property for the response status `410`
  - added the new `rejected_by_filter` enum value to the `error_code` response property for the response status `500`
  - added the new `rejected_by_filter` enum value to the `error_code` response property for the response status `503`
- **2025-05-01** `24239d01217c` — 2 info
  - added the optional property `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/replay_protection_nonce` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/replay_protection_nonce` to the response with the `200` status
- **2025-01-17** `077ea5f3cf20` — 12 breaking, 12 info
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_AbstractionSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property `oneOf` list for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - added `abstraction_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
- **2025-01-09** `263cecfcf4af` — 2 breaking, 2 info
  - added `#/components/schemas/TransactionSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/TransactionSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature` response property `oneOf` list for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature` response property for the response status `200`
- **2024-10-04** `a21b29812d89` — 1 info
  - added the optional property `oneOf[#/components/schemas/Transaction_BlockMetadataTransaction]/allOf[#/components/schemas/BlockMetadataTransaction]/block_metadata_extension` to the response with the `200` status
- **2024-08-21** `ff40a8b1856d` — 12 breaking, 12 info
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AccountSignature_NoAccountSignature` to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property `oneOf` list for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_PendingTransaction]/allOf[#/components/schemas/PendingTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_AccountSignature]/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/fee_payer_signer/allOf[#/components/schemas/AccountSignature]/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/secondary_signers/items/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_FeePayerSignature]/allOf[#/components/schemas/FeePayerSignature]/sender` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/secondary_signers/items/` response property for the response status `200`
  - added `no_account_signature` discriminator mapping keys to the `oneOf[#/components/schemas/Transaction_UserTransaction]/allOf[#/components/schemas/UserTransaction]/signature/oneOf[#/components/schemas/TransactionSignature_MultiAgentSignature]/allOf[#/components/schemas/MultiAgentSignature]/sender` response property for the response status `200`
- …earlier changes are on the page: https://skmtc.dev/pontem-network/apis/lumio-node-api/changes/transactions/wait_by_hash/:txn_hash/get

---

[Operation](https://skmtc.dev/pontem-network/apis/lumio-node-api/docs/transactions/wait_by_hash/:txn_hash/get.md) · [API](https://skmtc.dev/pontem-network/apis/lumio-node-api.md) · [Page](https://skmtc.dev/pontem-network/apis/lumio-node-api/changes/transactions/wait_by_hash/:txn_hash/get)
