Transactions

Create Transaction

Create a new transaction.

post/api/v1/transactions

Headers

x-signaturestring

Signature of the body. Base64 encoded string. If the request is made programatically by an API user, signing of the request is required and is intended to protect you from malicious backends. x_signature is valid for 120 seconds.

Example:SGVsbG8=

Signature of the body. Base64 encoded string. If the request is made programatically by an API user, signing of the request is required and is intended to protect you from malicious backends. x_signature is valid for 120 seconds.

x-timestampinteger

Timestamp of the signature. Integer. Specify an Epoch date. If the request is made programatically by an API user, the timestamp of the request is required and is intended to protect you from replay attacks.

Timestamp of the signature. Integer. Specify an Epoch date. If the request is made programatically by an API user, the timestamp of the request is required and is intended to protect you from replay attacks.

x-idempotence-idstring uuid

Optional idempotence ID of a transaction.

Optional idempotence ID of a transaction.

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "details": {
    "message_to_sign": "SGVsbG8="
  }
}

Response

Successful Response

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Changes

Changed in 5 of the 7 revisions of this API.4671473482

    • added the new custom_rpc_node_unavailable enum value to the error_type response property for the response status 400

      response-property-enum-value-added

  • c8a1ae10fefc43See the full diff
    • changed the pattern of the request property oneOf[subschema #20: CreateSuiTransactionRequest]/details/oneOf[subschema #1: CreateSuiTransferRequest]/gas_config/payment/items/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • changed the pattern of the request property oneOf[subschema #20: CreateSuiTransactionRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/gas_config/payment/items/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • changed the pattern of the request property oneOf[subschema #20: CreateSuiTransactionRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #1: SuiImmOrOwnedObjectRefInputArgument]/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • changed the pattern of the request property oneOf[subschema #20: CreateSuiTransactionRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #2: SuiReceivingObjectRefInputArgument]/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • the oneOf[subschema #20: SuiTransaction]/gas_submitted/payment/items/version response's property pattern was changed from ^0*[1-9]\d*$ to ^\d+$ for the status 201

      response-property-pattern-changed

    • the oneOf[subschema #20: SuiTransaction]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #1: SuiImmOrOwnedObjectRefInputArgument]/version response's property pattern was changed from ^0*[1-9]\d*$ to ^\d+$ for the status 201

      response-property-pattern-changed

    • the oneOf[subschema #20: SuiTransaction]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #2: SuiReceivingObjectRefInputArgument]/version response's property pattern was changed from ^0*[1-9]\d*$ to ^\d+$ for the status 201

      response-property-pattern-changed

    • added the optional property oneOf[subschema #12: SolanaMessage]/expected_result/effects/rent_exemptions to the response with the 201 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SolanaTransaction]/expected_result/effects/rent_exemptions to the response with the 201 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SolanaTransaction]/mined_result/effects/rent_exemptions to the response with the 201 status

      response-optional-property-added

  • 61a784d58550467407469See the full diff
    • added RippleTransaction to the response body oneOf list for the response status 201

      response-body-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #1: AptosMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #8: EvmMessage]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/chain response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/accounts/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/address_table_lookups/items/state/addresses/items/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/address_table_lookups/items/state/authority/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/instructions/items/program/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/call_data/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/trustline_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/trustline_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/address_fees/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/address_fees/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/inputs/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/outputs/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/inputs/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/outputs/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: AptosTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/accounts/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/instructions/items/program/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: ArchTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: CantonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: CantonTransaction]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: CantonTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/fee_payer/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/granter/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/payer/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: CosmosTransaction]/signers_info/items/signer_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: CosmosMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/source/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/sender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/source/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/contract_deployments/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/source/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/contract_deployments/items/address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/contract/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/eoa/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/parsed_data/method_arguments/items/enriched_address/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: EvmTransaction]/to/contact/address_ref response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: ExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/enriched_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: AptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: ArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #5: CantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

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

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 201

      response-property-one-of-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/accounts/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/address_table_lookups/items/state/addresses/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/address_table_lookups/items/state/authority/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/fee_payer/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/instructions/items/program/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/owner/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/spender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/call_data/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/trustline_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/trustline_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/fee_payer/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: AptosMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: AptosMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: AptosMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/address_fees/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/address_fees/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/balance_changes/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/inputs/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/outputs/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/balance_changes/items/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/inputs/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/outputs/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #1: UtxoNativeTransferDetails]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/fee_payer/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: AptosTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/accounts/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: ArchTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: BlackBoxSignature]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: BlackBoxSignature]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: BlackBoxSignature]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: BlackBoxSignature]/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: CantonTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/fee_payer/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/granter/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/payer/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: CosmosTransaction]/signers_info/items/signer_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: CosmosMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: CosmosMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: CosmosMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: CosmosMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/source/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/sender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: EvmMessage]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/source/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/contract_deployments/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/vault/type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/fee_payer/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/funded_by_vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/interacted_vaults/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/managed_transaction_data/fee_paid_by/oneOf[subschema #1: FeePaidByVault]/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/managed_transaction_data/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/owner/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/spender/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/source/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/contract_deployments/items/address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/contract/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/eoa/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/from/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/parsed_data/method_arguments/items/enriched_address/vault/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: EvmTransaction]/to/vault/type response property for the response status 201

      response-property-enum-value-added

    • added ripple_transaction mapping keys to the request discriminator

      request-body-discriminator-mapping-added

    • added CreateRippleTransactionRequest to the request body oneOf list

      request-body-one-of-added

    • added ripple_transaction mapping keys to the response discriminator for the response status 201

      response-body-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: SolanaMessage -> subschema #12: SolanaMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/accounts/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/address_table_lookups/items/state/addresses/items/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/address_table_lookups/items/state/authority/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/fee_payer/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/instructions/items/program/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/owner/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/allowances/items/spender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/mined_result/enriched_fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: SolanaTransaction -> subschema #13: SolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: StacksTransaction -> subschema #14: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: StarknetMessage -> subschema #15: StarknetMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/call_data/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: StarknetTransaction -> subschema #16: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: StellarMessage -> subschema #17: StellarMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/trustline_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/trustline_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: StellarTransaction -> subschema #18: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: SuiMessage -> subschema #19: SuiMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/fee_payer/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: SuiTransaction -> subschema #20: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: AptosMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: TonMessage -> subschema #21: TonMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/address_fees/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/address_fees/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: TonTransaction -> subschema #22: TonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: TronMessage -> subschema #23: TronMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: TronTransaction -> subschema #24: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: UtxoMessage -> subschema #25: UtxoMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/inputs/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/outputs/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/inputs/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/outputs/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/effects/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #25: UtxoTransaction -> subschema #26: UtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/fee_payer/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: AptosTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/accounts/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: ArchTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: CantonTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/fee_payer/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/granter/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/payer/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: CosmosTransaction]/signers_info/items/signer_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: CosmosMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/source/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/sender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/source/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/contract_deployments/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

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

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/fee_payer/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/owner/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/spender/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/source/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/contract_deployments/items/address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/contract/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/eoa/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/from/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/parsed_data/method_arguments/items/enriched_address/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/chain response property for the response status 201

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: EvmTransaction]/to/contact/address_ref response property for the response status 201

      response-property-discriminator-mapping-added

  • c4c28d23310510617See the full diff
    • added the new -3.00 enum value to the oneOf[subschema #21: TonTransaction]/payload/network response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: SolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: SolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #13: StacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #13: StacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #15: StarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #19: SuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #19: SuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #21: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #21: TonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #21: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #23: TronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #23: TronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #23: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: ArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: ArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #5: CantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/from/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/from/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #13: StacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #13: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #15: StarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #19: SuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #21: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #21: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #23: TronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #23: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #25: UtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #25: UtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: AptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: ArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #5: CantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_of enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cash_trustline enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_cashed_by enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ripple_trustline_for_check enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/type response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/mined_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: ExchangeTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: SolanaMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/accounts/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/address_table_lookups/items/state/addresses/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/address_table_lookups/items/state/authority/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: SolanaTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: StacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: StarknetMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/call_data/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: StarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: StellarMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/effects/trustline_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/effects/trustline_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/trustline_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/effects/trustline_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: StellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: SuiMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/mined_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: SuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: AptosMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: TonMessage]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: TonMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/expected_result/address_fees/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/address_fees/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: TonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: TronMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: TronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: UtxoMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/inputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/outputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #25: UtxoTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/mined_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: AptosTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/accounts/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/mined_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: ArchTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: BlackBoxSignature]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: CantonTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/fee_payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/granter/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/sign_doc/oneOf[subschema #1: AminoSignDoc]/sign_doc/fee/payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: CosmosTransaction]/signers_info/items/signer_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: CosmosMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/expected_result/effects/bridges/items/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: EvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/bridges/items/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/contract_deployments/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/bridges/items/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/contract_deployments/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/set_code_authorizations/items/eoa/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_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 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/mined_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/parsed_data/method_arguments/items/enriched_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/related_transactions/items/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: EvmTransaction]/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 201

      response-property-enum-value-added

    • added the new -3.00 enum value to the request property oneOf[subschema #21: CreateTonTransactionRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/transaction_payload/network

      request-property-enum-value-added

    • added the new paxos enum value to the request property oneOf[subschema #10: CreateExchangeTransactionRequest]/details/oneOf[subschema #1: CreateExchangeExternalWithdrawRequest]/asset_identifier/exchange_type

      request-property-enum-value-added

    • added the new paxos enum value to the request property oneOf[subschema #10: CreateExchangeTransactionRequest]/details/oneOf[subschema #2: CreateExchangeInternalTransferRequest]/asset_identifier/exchange_type

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #20: CreateTonMessageRequest]/details/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #21: CreateTonTransactionRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #21: CreateTonTransactionRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #21: CreateTonTransactionRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/chain

      request-property-enum-value-added