Wallet Policy

Update wallet-policy rule

Updates a rule on the policy attached to a wallet.

put/api/v2/{coin}/wallet/{walletId}/policy/rule

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc

Coin or token identifier (e.g. eth, talgo, txlm:token)

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

The wallet ID

Request body

coinstring

Coin scope for the rule when the stored rule has a coin set (required for some rule types).

idstring required

The id of the rule

type'advancedWhitelist' | 'allTx' | 'bitcoinAddressWhitelist' | 'coinAddressWhitelist' | 'coinAddressBlacklist' | 'transactionLimit' | 'velocityLimit' | 'webhook' required

Rule trigger types accepted on PUT/DELETE (update/remove).

Intentionally differs from {@link CreatePolicyRuleType}: clients updating or deleting a rule must send the type value as persisted on the rule, including legacy names not valid on create.

lockDatestring date-time

The time at which this rule becomes immutable

Example request

{
  "coin": "btc"
}

Response

OK

allowBackupKeySigningboolean required
approvalsRequirednumber required
coinstring required

A cryptocurrency symbol or token ticker symbol

deletedboolean required
disableTransactionNotificationsboolean required
hasLargeNumberOfAddressesboolean nullable required
idstring required
isColdboolean required
labelstring required
startDatestring date-time required

Wallet creation time

billingEnterprisestring
custodialWalletIdstring
customerWalletIdstring
enterprisestring
evmKeyRingReferenceWalletIdstring

Reference wallet ID for EVM keyring wallets (child wallets only)

isParentboolean

Indicates if this wallet is a parent wallet in an EVM keyring setup

enabledChildChainsstring[]
archivedChildChainsstring[]
organizationstring
bitgoOrgstring
instantProviderstring
keysstring[]
mnumber

Number of signatures required. This value must be 2 for hot wallets, 1 for ofc wallets, and not specified for custodial wallets.

migratedFromstring
multisigType'onchain' | 'tss'
multisigTypeVersion'MPCv2'
nnumber

Number of keys provided. This value must be 3 for hot wallets, 1 for ofc wallets, and not specified for custodial wallets.

recoverableboolean
tagsstring[]
type'backing' | 'cold' | 'custodial' | 'custodialPaired' | 'hot' | 'advanced' | 'trading'
subType'distributedCustody' | 'pairedCustodial' | 'custodialHot' | 'custodialCold' | 'lightningCustody' | 'lightningSelfCustody' | 'onPrem'
balanceStringstring

The cleared balance of the address in base units (e.g. Satoshis). Guaranteed to not lose precision. The is only returned if the expandBalance query parameter is set to true.

balancenumber

The cleared balance of the address in base units (e.g. Satoshis). The is only returned if the expandBalance query parameter is set to true.

confirmedBalanceStringstring

The total balance of confirmed transactions in base units (e.g. Satoshis). The is only returned if the expandBalance query parameter is set to true. Guaranteed to not lose precision.

confirmedBalancenumber

The total balance of confirmed transactions in base units (e.g. Satoshis). The is only returned if the expandBalance query parameter is set to true.

spendableBalanceStringstring

The total balance in base units (e.g. Satoshis) which may be used as inputs for creating new transactions in string representation. Guaranteed to not lose precision. The is only returned if the expandBalance query parameter is set to true.

spendableBalancenumber

The total balance in base units (e.g. Satoshis) which may be used as inputs for creating new transactions in string representation. The is only returned if the expandBalance query parameter is set to true.

stakingBalanceStringstring

The staked balance in base units. Guaranteed to not lose precision. The is only returned if the includeStakingBalances query parameter is set to true.

rewardBalanceStringstring

The staking reward balance in base units. Guaranteed to not lose precision. The is only returned if the includeStakingBalances query parameter is set to true.

withdrawHoldAmountUsdStringstring

Total USD value (in cents) of active ACH-deposit related withdraw holds on this wallet. Only present for OFC wallets when allTokens=true is passed.

customTagsstring[]
safestring

Public id of the safe that minted this wallet. Absent on non-safe wallets.

Example response

{
  "approvalsRequired": 1,
  "coin": "btc",
  "id": "59cd72485007a239fb00282ed480da1f",
  "label": "My Wallet",
  "admin": {
    "policy": {
      "id": "59cd72485007a239fb00282ed480da1f",
      "rules": [
        {
          "coin": "btc",
          "condition": {
            "amountString": "2000000"
          }
        }
      ],
      "walletId": "59cd72485007a239fb00282ed480da1f"
    }
  },
  "buildDefaults": {
    "minFeeRate": 12000
  },
  "custodialWalletId": "59cd72485007a239fb00282ed480da1f",
  "enterprise": "59cd72485007a239fb00282ed480da1f",
  "evmKeyRingReferenceWalletId": "59cd72485007a239fb00282ed480da1f",
  "isParent": true,
  "enabledChildChains": [
    "tbsc",
    "tpolygon"
  ],
  "archivedChildChains": [
    "tbsc",
    "tpolygon"
  ],
  "keys": [
    "585951a5df8380e0e304a553",
    "585951a5df8380e0e30d645c",
    "585951a5df8380e0e30b6147"
  ],
  "m": 2,
  "n": 3,
  "receiveAddress": {
    "coin": "btc",
    "id": "59cd72485007a239fb00282ed480da1f",
    "address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
    "balance": {
      "balanceString": "500000",
      "confirmedBalanceString": "400000",
      "spendableBalanceString": "40000",
      "balance": 50000
    },
    "label": "Bob's Hot Wallet Address"
  },
  "safe": "59cd72485007a239fb00282ed480da1f"
}

Changes

Changed in 5 of the 17 revisions of this API.516511

  • 1ebd03e70ace21564See the full diff
    • added AdaRealFiStakeIntent AdaRealFiUnstakeIntent AdaRealFiCancelIntent to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/ response property oneOf list for the response status 202

      response-property-one-of-added

    • added subschema #1 subschema #2 to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #71: Lightning Payment Intent -> subschema #74: Lightning Payment Intent]/ response property oneOf list for the response status 202

      response-property-one-of-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/intent/allOf[subschema #1: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #100: SuiGoUnstakeIntent -> subschema #103: SuiGoUnstakeIntent]/allOf[subschema #1: GoUnstakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #100: SuiGoUnstakeIntent -> subschema #103: SuiGoUnstakeIntent]/allOf[subschema #2: BaseGoStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #100: SuiGoUnstakeIntent -> subschema #103: SuiGoUnstakeIntent]/allOf[subschema #3: SuiBuildOptions]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #101: SUI Payment Intent -> subschema #104: SUI Payment Intent]/allOf[subschema #1: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #101: SUI Payment Intent -> subschema #104: SUI Payment Intent]/allOf[subschema #2: SuiBuildOptions]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #102: SUI Stake Intent -> subschema #105: SUI Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #103: SUI Unstaking Intent -> subschema #106: SUI Unstaking Intent]/allOf[subschema #2: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #104: Tao Claim Root Intent -> subschema #107: Tao Claim Root Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #105: Tao Stake Intent -> subschema #108: Tao Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #105: Tao Stake Intent -> subschema #108: Tao Stake Intent]/allOf[subschema #3: Tao Staking Base Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #106: Tao Switch Validator Intent -> subschema #109: Tao Switch Validator Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #107: Tao Transfer Stake Intent -> subschema #110: Tao Transfer Stake Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #108: Tao Unstake Intent -> subschema #111: Tao Unstake Intent]/allOf[subschema #2: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #108: Tao Unstake Intent -> subschema #111: Tao Unstake Intent]/allOf[subschema #3: Tao Staking Base Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #109: Intent for approving tokens for spending by a batcher contract -> subschema #112: Intent for approving tokens for spending by a batcher contract]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #10: Atom Unstake Intent -> subschema #13: Atom Unstake Intent]/allOf[subschema #2: UnstakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #111: TON Delegate Intent -> subschema #114: TON Delegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #112: TON Multi Nominator Delegate Intent -> subschema #115: TON Multi Nominator Delegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #113: TON Multi Nominator Undelegate Intent -> subschema #116: TON Multi Nominator Undelegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #114: TON Payment Intent -> subschema #117: TON Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #115: TON Single Nominator Delegate Intent -> subschema #118: TON Single Nominator Delegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #116: TON Single Nominator Undelegate Intent -> subschema #119: TON Single Nominator Undelegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #117: TON Undelegate Intent -> subschema #120: TON Undelegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #118: TON Whales Delegate Intent -> subschema #121: TON Whales Delegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #119: TON Whales Undelegate Intent -> subschema #122: TON Whales Undelegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #11: Baby CreateBtcDelegation Intent -> subschema #14: Baby CreateBtcDelegation Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #120: TRX Claim Rewards Intent -> subschema #123: TRX Claim Rewards Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #121: TRX Delegate Resource Intent -> subschema #124: TRX Delegate Resource Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #122: TRX Freeze Intent -> subschema #125: TRX Freeze Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #123: TRX Undelegate Resource Intent -> subschema #126: TRX Undelegate Resource Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #124: TRX Unfreeze Intent -> subschema #127: TRX Unfreeze Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #125: TRX Vote Intent -> subschema #128: TRX Vote Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #126: TRX Withdraw Expire Unfreeze Intent -> subschema #129: TRX Withdraw Expire Unfreeze Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #127: VetStakingIntent -> subschema #130: VetStakingIntent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #128: VetDelegateIntent -> subschema #131: VetDelegateIntent]/allOf[subschema #2: DelegateIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #129: VetExitDelegationIntent -> subschema #132: VetExitDelegationIntent]/allOf[subschema #1: UndelegateIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #12: Baby WithdrawReward Intent -> subschema #15: Baby WithdrawReward Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #130: VetBurnNFTIntent -> subschema #133: VetBurnNFTIntent]/allOf[subschema #1: UnstakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #131: VetStakeClaimRewardsIntent -> subschema #134: VetStakeClaimRewardsIntent]/allOf[subschema #2: StakeClaimRewardsIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #132: VetValidatorRegistrationIntent -> subschema #135: VetValidatorRegistrationIntent]/allOf[subschema #2: ValidatorRegistrationIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #133: VetIncreaseStakeIntent -> subschema #136: VetIncreaseStakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #134: VetDecreaseStakeIntent -> subschema #137: VetDecreaseStakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #135: VetSignalExitIntent -> subschema #138: VetSignalExitIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #136: VetWithdrawStakeIntent -> subschema #139: VetWithdrawStakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #137: Wallet Recovery Intent -> subschema #140: Wallet Recovery Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #138: Base Stake Intent with Calldata -> subschema #141: Base Stake Intent with Calldata]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #139: Stake With CallData Intent -> subschema #142: Stake With CallData Intent]/allOf[subschema #2: Base Stake Intent with Calldata]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #13: BSC Delegate Intent -> subschema #16: BSC Delegate Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #140: Switch Validator With CallData Intent -> subschema #143: Switch Validator With CallData Intent]/allOf[subschema #2: Base Stake Intent with Calldata]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #141: CoreDAO Delegate Intent -> subschema #144: CoreDAO Delegate Intent]/allOf[subschema #2: Base Stake Intent with Calldata]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #142: CoreDAO Undelegate Intent -> subschema #145: CoreDAO Undelegate Intent]/allOf[subschema #2: Base Stake Intent with Calldata]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #143: CoreDAO Claim Rewards Intent -> subschema #146: CoreDAO Claim Rewards Intent]/allOf[subschema #2: Base Stake Intent with Calldata]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #144: EthLike Stake Intent -> subschema #147: EthLike Stake Intent]/allOf[subschema #1]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #144: EthLike Stake Intent -> subschema #147: EthLike Stake Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #145: Bera Delegate Intent -> subschema #148: Bera Delegate Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #146: Walrus Stake Intent -> subschema #149: Walrus Stake Intent]/allOf[subschema #2: SUI Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #147: Walrus Undelegate Intent -> subschema #150: Walrus Undelegate Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #148: Walrus Withdraw Intent -> subschema #151: Walrus Withdraw Intent]/allOf[subschema #2: SUI Unstaking Intent]/allOf[subschema #2: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #149: XDC Upload KYC Intent -> subschema #152: XDC Upload KYC Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #14: BSC UnDelegate Intent -> subschema #17: BSC UnDelegate Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #150: XDC Propose Intent -> subschema #153: XDC Propose Intent]/allOf[subschema #2: ValidatorRegistrationIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #151: XDC Resign Intent -> subschema #154: XDC Resign Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #152: XDC Withdraw Intent -> subschema #155: XDC Withdraw Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #153: Intent -> subschema #156: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #15: BSC Withdraw Intent -> subschema #18: BSC Withdraw Intent]/allOf[subschema #2: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #16: Canton Allocation Allocate Intent -> subschema #19: Canton Allocation Allocate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #17: Canton Allocation Offer Withdrawn Intent -> subschema #20: Canton Allocation Offer Withdrawn Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #18: Canton Allocation Reject Intent -> subschema #21: Canton Allocation Reject Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #19: Canton Allocation Request Intent -> subschema #22: Canton Allocation Request Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #20: Canton Cosign Delegation Accept Intent -> subschema #23: Canton Cosign Delegation Accept Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #21: Canton Cosign Delegation Proposal Intent -> subschema #24: Canton Cosign Delegation Proposal Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #22: CantonCommandIntent -> subschema #25: CantonCommandIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #23: CANTON Payment Intent -> subschema #26: CANTON Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #24: Canton Transfer Accept Intent -> subschema #27: Canton Transfer Accept Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #25: Canton Transfer Acknowledge Intent -> subschema #28: Canton Transfer Acknowledge Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #26: Canton Transfer Offer Withdrawn Intent -> subschema #29: Canton Transfer Offer Withdrawn Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #27: Canton Transfer Reject Intent -> subschema #30: Canton Transfer Reject Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #28: Canton End Investor Onboarding Offer Intent -> subschema #31: Canton End Investor Onboarding Offer Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #29: Canton End Investor Onboarding Accept Intent -> subschema #32: Canton End Investor Onboarding Accept Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #2: ADA Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #30: Canton End Investor Onboarding Reject Intent -> subschema #33: Canton End Investor Onboarding Reject Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #31: Canton Participant Onboarding Request Intent -> subschema #34: Canton Participant Onboarding Request Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #32: Claim Intent -> subschema #35: Claim Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #33: Cosmos Contract Call Intent -> subschema #36: Cosmos Contract Call Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #34: Cosmos Payment Intent -> subschema #37: Cosmos Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #35: Cosmos Stake Claim Rewards Intent -> subschema #38: Cosmos Stake Claim Rewards Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #36: Cosmos Stake Intent -> subschema #39: Cosmos Stake Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #37: Cosmos Switch Validator Intent -> subschema #40: Cosmos Switch Validator Intent]/allOf[subschema #1: StakeSwitchValidatorIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #38: Cosmos Unstake Intent -> subschema #41: Cosmos Unstake Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #39: DefiApproveIntent -> subschema #42: DefiApproveIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #3: ADA Stake Claim Rewards Intent]/allOf[subschema #1: StakeClaimRewardsIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #40: DefiDepositIntent -> subschema #43: DefiDepositIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #41: DefiRedeemIntent -> subschema #44: DefiRedeemIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #42: DefiWithdrawIntent -> subschema #45: DefiWithdrawIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #43: WrapNativeIntent -> subschema #46: WrapNativeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #44: UnwrapNativeIntent -> subschema #47: UnwrapNativeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #45: Intent for ERC-7984 wrapApprove (shield allowance) -> subschema #48: Intent for ERC-7984 wrapApprove (shield allowance)]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #47: DOT Create Account Intent -> subschema #50: DOT Create Account Intent]/allOf[subschema #2: AccountBaseCreateAccountIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #48: DOT Payment Intent -> subschema #51: DOT Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #49: DOT Staking Intent -> subschema #52: DOT Staking Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #4: ADA Stake Intent -> subschema #5: ADA Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #50: DOT Unstaking Intent -> subschema #53: DOT Unstaking Intent]/allOf[subschema #2: UnstakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #51: DOT Withdraw Stake Intent -> subschema #54: DOT Withdraw Stake Intent]/allOf[subschema #1: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #52: DelegateIntent -> subschema #55: DelegateIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #53: ETH Acceleration Intent -> subschema #56: ETH Acceleration Intent]/allOf[subschema #2: AccelerationIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #55: ETH Consolidate Token Intent -> subschema #58: ETH Consolidate Token Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #56: ETH Fill Nonce Intent -> subschema #59: ETH Fill Nonce Intent]/allOf[subschema #1: FillNonceIntent]/allOf[subschema #2: BaseIntentWithoutNonce]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #57: FillNonceIntent -> subschema #60: FillNonceIntent]/allOf[subschema #2: BaseIntentWithoutNonce]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #58: ETH Payment Intent -> subschema #61: ETH Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #59: ETH Staking Intent -> subschema #62: ETH Staking Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #5: ADA Unstake Intent -> subschema #7: ADA Unstake Intent]/allOf[subschema #2: UnstakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #60: ETH Transfer Token Intent -> subschema #63: ETH Transfer Token Intent]/allOf[subschema #1: TransferTokenIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #61: StakeClaimRewardsIntent -> subschema #64: StakeClaimRewardsIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #62: UndelegateIntent -> subschema #65: UndelegateIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #63: Fee Address Transfer Intent -> subschema #66: Fee Address Transfer Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #64: HBAR Update Account Intent -> subschema #67: HBAR Update Account Intent]/allOf[subschema #2: AccountBaseUpdateAccountIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #65: Hypeevm Bridge Funds Intent -> subschema #68: Hypeevm Bridge Funds Intent]/allOf[subschema #2: Bridge Funds Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #66: Hypeevm Spot Transfer Intent -> subschema #69: Hypeevm Spot Transfer Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #67: Hypeevm Enable Bridging Intent -> subschema #70: Hypeevm Enable Bridging Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #68: ICP Payment Intent -> subschema #71: ICP Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #69: IOTA Consolidate Intent -> subschema #72: IOTA Consolidate Intent]/allOf[subschema #2: IOTA Build Options]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #6: ADA Vote Delegation Intent -> subschema #9: ADA Vote Delegation Intent]/allOf[subschema #2: Vote Delegation Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #70: IOTA Payment Intent -> subschema #73: IOTA Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #70: IOTA Payment Intent -> subschema #73: IOTA Payment Intent]/allOf[subschema #3: IOTA Build Options]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #72: MMI Sign Message Intent -> subschema #75: MMI Sign Message Intent]/allOf[subschema #2: SignMessageIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #73: MMI Sign Transaction Intent -> subschema #76: MMI Sign Transaction Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #74: Near Stake Intent -> subschema #77: Near Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #75: Near Unstake Intent -> subschema #78: Near Unstake Intent]/allOf[subschema #2: UnstakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #76: Near Withdraw Intent -> subschema #79: Near Withdraw Intent]/allOf[subschema #2: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #77: POLYX Create Account Intent -> subschema #80: POLYX Create Account Intent]/allOf[subschema #2: AccountBaseCreateAccountIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #78: POLYX Pre-Approve Asset Intent -> subschema #81: POLYX Pre-Approve Asset Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #79: POLYX Stake Intent -> subschema #82: POLYX Stake Intent]/allOf[subschema #2: POLYX Base Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #7: APT Custom Transaction Intent -> subschema #10: APT Custom Transaction Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #80: POLYX Switch Validator Intent -> subschema #83: POLYX Switch Validator Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #81: POLYX Unstake Intent -> subschema #84: POLYX Unstake Intent]/allOf[subschema #2: POLYX Base Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #82: POLYX Withdraw Intent -> subschema #85: POLYX Withdraw Intent]/allOf[subschema #2: POLYX Base Intent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #83: SOL Authorize Intent -> subschema #86: SOL Authorize Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #84: SOL Claim Intent -> subschema #87: SOL Claim Intent]/allOf[subschema #2: WithdrawIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #85: SOL Close Associated Token Account Intent -> subschema #88: SOL Close Associated Token Account Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #87: SOL Create Associated Token Account Intent -> subschema #90: SOL Create Associated Token Account Intent]/allOf[subschema #1: EnableTokenIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #88: SOL Custom Transaction Intent -> subschema #91: SOL Custom Transaction Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #89: SOL Deactivate Intent -> subschema #92: SOL Deactivate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #8: Atom Payment Intent -> subschema #11: Atom Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #90: SOL Delegate Intent -> subschema #93: SOL Delegate Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #91: SOL Go Unstake Intent -> subschema #94: SOL Go Unstake Intent]/allOf[subschema #2: GoUnstakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #92: SOL Payment Intent -> subschema #95: SOL Payment Intent]/allOf[subschema #1: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #93: SOL Stake Intent -> subschema #96: SOL Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #94: SOL Unstake Intent -> subschema #97: SOL Unstake Intent]/allOf[subschema #2: UnstakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #95: SOL Versioned Custom Transaction Intent -> subschema #98: SOL Versioned Custom Transaction Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #97: Substrate Payment Intent -> subschema #100: Substrate Payment Intent]/allOf[subschema #2: PaymentIntent]/allOf[subschema #1: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #98: SUI Consolidate Intent -> subschema #101: SUI Consolidate Intent]/allOf[subschema #2: SuiBuildOptions]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #99: SUI Custom Tx Intent -> subschema #102: SUI Custom Tx Intent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #99: SUI Custom Tx Intent -> subschema #102: SUI Custom Tx Intent]/allOf[subschema #3: SuiBuildOptions]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new cancel enum value to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #9: Atom Stake Intent -> subschema #12: Atom Stake Intent]/allOf[subschema #2: StakeIntent]/allOf[subschema #2: BaseStakeIntent]/allOf[subschema #2: Intent]/intentType response property for the response status 202

      response-property-enum-value-added

    • added the new redpallas enum value to the keyCurve response property for the response status 202

      response-property-enum-value-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #4: ADA Stake Intent -> subschema #5: ADA Stake Intent]/allOf[subschema #1]/stakingType to the response with the 202 status

      response-optional-property-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #5: ADA Unstake Intent -> subschema #7: ADA Unstake Intent]/allOf[subschema #1]/stakingType to the response with the 202 status

      response-optional-property-added

    • added the optional property securityControlEvents/items/evaluatedControls to the response with the 202 status

      response-optional-property-added

    • removed subschema #1 subschema #2 from the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #71: Lightning Payment Intent -> subschema #74: Lightning Payment Intent]/ response property oneOf list for the response status 202

      response-property-one-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added WrapNativeIntent UnwrapNativeIntent WrapApproveIntent to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/ response property oneOf list for the response status 202

      response-property-one-of-added

    • added subschema #1 subschema #2 to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #68: Lightning Payment Intent -> subschema #71: Lightning Payment Intent]/ response property oneOf list for the response status 202

      response-property-one-of-added

    This revision's changelog hit the recording limit, so it may not list every change to this endpoint.

    • added the new evaluateFraudRisk enum value to the admin/policy/rules/items/action/allOf[subschema #1: PolicyRuleAction]/type/allOf[subschema #1: ActionType]/ response property for the response status 200

      response-property-enum-value-added

    • added the new evaluateFraudRisk enum value to the info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/update/action/allOf[subschema #1: PolicyRuleAction]/type/allOf[subschema #1: ActionType]/ response property for the response status 202

      response-property-enum-value-added

    • added the new evaluateFraudRisk enum value to the info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/updates/items/action/allOf[subschema #1: PolicyRuleAction]/type/allOf[subschema #1: ActionType]/ response property for the response status 202

      response-property-enum-value-added

    • added the new pendingFraudRiskEvaluation enum value to the actions/items/resolvers/items/resolutionType/allOf[subschema #1: Pending]/ response property for the response status 202

      response-property-enum-value-added

    • added the new pendingFraudRiskEvaluation enum value to the resolvers/items/resolutionType/allOf[subschema #1: Pending]/ response property for the response status 202

      response-property-enum-value-added

    • added the new pendingFraudRiskEvaluation enum value to the state/allOf[subschema #1: PendingApprovalState]/oneOf[subschema #1: Pending]/ response property for the response status 202

      response-property-enum-value-added

    • added the new pendingFraudRiskEvaluation enum value to the state/allOf[subschema #1: PendingApprovalState]/oneOf[subschema #3: Pending Trust]/ response property for the response status 202

      response-property-enum-value-added

    • added the new pendingFraudRiskEvaluation enum value to the state/allOf[subschema #1: PendingApprovalState]/oneOf[subschema #4: Pending Protected]/ response property for the response status 202

      response-property-enum-value-added

    • added TaoClaimRootIntent to the info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/ response property oneOf list for the response status 202

      response-property-one-of-added

  • ee916dca325017See the full diff
    • added the new safe enum value to the scope response property for the response status 202

      response-property-enum-value-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/batch to the response with the 202 status

      response-optional-property-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #2: TransactionRequestBase]/cancelReason to the response with the 202 status

      response-optional-property-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #2: TransactionRequestBase]/organizationId to the response with the 202 status

      response-optional-property-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #2: TransactionRequestFull]/allOf[subschema #2: TransactionRequestBase]/cancelReason to the response with the 202 status

      response-optional-property-added

    • added the optional property info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #2: TransactionRequestFull]/allOf[subschema #2: TransactionRequestBase]/organizationId to the response with the 202 status

      response-optional-property-added

    • added the optional property safe to the response with the 200 status

      response-optional-property-added

    • added the optional property safeId to the response with the 202 status

      response-optional-property-added

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog