Batch Transactions

Predict Batch Transaction

Simulate the batch of transactions and show changes in token balances, in addition to the fee estimation <br> Batch transactions are currently supported only on Solana.

post/api/v1/batch-transactions/predict

Request body

OR

Example request

{
  "details": {
    "fee": {
      "priority_fee": "1000000000000000000",
      "unit_price": "1000000000000000000"
    },
    "transactions": [
      {
        "instructions": [
          {
            "data": "SGVsbG8="
          }
        ],
        "accounts": [
          {
            "address": "4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA",
            "ephemeral_key": "lnNyP8kFPEaVpvUo/SIlhdZlzhPU8r7yT/h0gG5ajzQ="
          }
        ],
        "address_table_lookups": [
          {
            "account_key": "4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA"
          }
        ],
        "signatures": [
          {
            "data": "SGVsbG8="
          }
        ],
        "recent_blockhash": "4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZAMdL4VZHirAn"
      }
    ]
  }
}

Response

Successful Response

OR

Changes

Changed in 3 of the 7 revisions of this API.3812739

    • added the optional property oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/rent_exemptions to the response with the 200 status

      response-optional-property-added

  • 61a784d58550382938See the full diff
    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/instructions/items/program/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/inputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/outputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/inputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/outputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/inputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/outputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/fee_payer/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/instructions/items/program/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/inputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/outputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/utxo_transaction_type_details/oneOf[subschema #1: UtxoNativeTransferDetails]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/inputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/outputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/utxo_transaction_type_details/oneOf[subschema #1: UtxoNativeTransferDetails]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/inputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/outputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/utxo_transaction_type_details/oneOf[subschema #1: UtxoNativeTransferDetails]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/fee_payer/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/instructions/items/program/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/inputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/outputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/inputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/outputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/inputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/outputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/fee_payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/instructions/items/program/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedBatchSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/inputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/outputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/cet_transactions/items/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/inputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/outputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/funding_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/inputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/outputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedUtxoDlcTransaction]/refund_transaction/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added