---
title: "Changes to Predict Transaction"
method: POST
path: "/api/v1/transactions/predict"
---

# Changes to Predict Transaction

`POST /api/v1/transactions/predict`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 7 revisions.

- **2026-08-27** `c8a1ae10fefc` — 4 warning, 1 info
- **2026-08-25** `df50920c1953` — 2 info
- **2026-08-16** `61a784d58550` — 307 breaking, 239 warning, 309 info
- **2026-08-09** `c4c28d233105` — 575 warning, 7 info

## Changes

- **2026-08-27** `c8a1ae10fefc` — 4 warning, 1 info
  - changed the pattern of the request property `oneOf[subschema #19: TransactionPredictSuiTransactionRequest]/details/oneOf[subschema #1: TransactionPredictSuiTransferRequest]/gas_config/payment/items/version` from `^0*[1-9]\d*$` to `^\d+$`
  - changed the pattern of the request property `oneOf[subschema #19: TransactionPredictSuiTransactionRequest]/details/oneOf[subschema #2: TransactionDetailsSuiProgrammableTransactionBlockRequest]/gas_config/payment/items/version` from `^0*[1-9]\d*$` to `^\d+$`
  - changed the pattern of the request property `oneOf[subschema #19: TransactionPredictSuiTransactionRequest]/details/oneOf[subschema #2: TransactionDetailsSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #1: SuiImmOrOwnedObjectRefInputArgument]/version` from `^0*[1-9]\d*$` to `^\d+$`
  - changed the pattern of the request property `oneOf[subschema #19: TransactionPredictSuiTransactionRequest]/details/oneOf[subschema #2: TransactionDetailsSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #2: SuiReceivingObjectRefInputArgument]/version` from `^0*[1-9]\d*$` to `^\d+$`
  - the `oneOf[subschema #19: PredictedSuiTransaction]/gas_submitted/payment/items/version` response's property pattern was changed from `^0*[1-9]\d*$` to `^\d+$` for the status `200`
- **2026-08-25** `df50920c1953` — 2 info
  - added the optional property `oneOf[subschema #11: PredictedSolanaMessage]/expected_result/effects/rent_exemptions` to the response with the `200` status
  - added the optional property `oneOf[subschema #12: PredictedSolanaTransaction]/expected_result/effects/rent_exemptions` to the response with the `200` status
- **2026-08-16** `61a784d58550` — 307 breaking, 239 warning, 309 info
  - added `#/components/schemas/PredictedRippleTransaction` to the response body `oneOf` list for the response status `200`
  - added `#/components/schemas/EnrichedRippleAddress` to the `oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/EnrichedRippleAddress` to the `oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/EnrichedRippleAddress` to the `oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/EnrichedRippleChain` to the `oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/owner/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/spender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/from/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/to/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/fee_payer/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/instructions/items/program/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/from/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/to/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #13: PredictedStarknetMessage -> subschema #14: PredictedStarknetMessage]/sender/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/call_data/items/to/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/RippleAddressBookContactAddressRef` to the `oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/from/contact/address_ref` response property `oneOf` list for the response status `200`
  - …815 more
- **2026-08-09** `c4c28d233105` — 575 warning, 7 info
  - added the new `-3.00` enum value to the `oneOf[subschema #20: PredictedTonTransaction]/payload/network` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #12: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #16: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #18: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #22: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - added the new `exchange_paxos` enum value to the `oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id` response property for the response status `200`
  - …542 more

---

[Operation](https://skmtc.dev/fordefi/apis/fordefi-api/docs/api/v1/transactions/predict/post.md) · [API](https://skmtc.dev/fordefi/apis/fordefi-api.md) · [Page](https://skmtc.dev/fordefi/apis/fordefi-api/changes/api/v1/transactions/predict/post)
