diff --git a/api.yaml b/api.yaml index ed938a6..b79a45a 100644 --- a/api.yaml +++ b/api.yaml @@ -22901,6 +22901,7 @@ paths: - freezePendingApproval - unfreezePendingApproval - trustToSingaporeUpgrade + - updateWalletApprovalsRequired - name: userId description: The user ID to filter by in: query @@ -28258,6 +28259,7 @@ components: - triggerWebhookNotification - performLivenessVerification - recommendBackingWalletRouting + - getManualTrustReview TransactionRequestId: title: TransactionRequestId type: string @@ -48369,6 +48371,33 @@ components: associatedNativeCoinAddress: type: string description: The native coin receive address associated with the solana ATA address. This is currently present only for BitGo addresses. This change was done so that there is a mapping between the two addresses in the transfer entries. + isFee: + type: boolean + description: Indicates if this entry is a fee + isInternal: + type: boolean + description: Indicates if this entry is internal + memo: + type: string + description: Memo associated with this entry + rewardAddress: + type: string + description: Reward address associated with this entry + subtype: + type: string + description: Subtype of this entry + backingFeeString: + type: string + description: Backing fee represented as a string + nftId: + type: string + description: NFT ID associated with this entry + tokenContractHash: + type: string + description: Token contract hash associated with this entry + isReward: + type: boolean + description: Indicates if this entry is a reward required: - address description: An array of objects describing the change in address balances made as a result of this Transfer @@ -49047,6 +49076,33 @@ components: associatedNativeCoinAddress: type: string description: The native coin receive address associated with the solana ATA address. This is currently present only for BitGo addresses. This change was done so that there is a mapping between the two addresses in the transfer entries. + isFee: + type: boolean + description: Indicates if this entry is a fee + isInternal: + type: boolean + description: Indicates if this entry is internal + memo: + type: string + description: Memo associated with this entry + rewardAddress: + type: string + description: Reward address associated with this entry + subtype: + type: string + description: Subtype of this entry + backingFeeString: + type: string + description: Backing fee represented as a string + nftId: + type: string + description: NFT ID associated with this entry + tokenContractHash: + type: string + description: Token contract hash associated with this entry + isReward: + type: boolean + description: Indicates if this entry is a reward required: - address description: An array of objects describing the change in address balances made as a result of this Transfer @@ -49539,21 +49595,48 @@ components: associatedNativeCoinAddress: type: string description: The native coin receive address associated with the solana ATA address. This is currently present only for BitGo addresses. This change was done so that there is a mapping between the two addresses in the transfer entries. + backingFeeString: + type: string + description: Backing fee represented as a string failed: type: boolean description: True if this entry is failed isChange: type: boolean description: True if this address is a change address (only exists for UTXO coins) and if this is a "send" transfer + isFee: + type: boolean + description: Indicates if this entry is a fee + isInternal: + type: boolean + description: Indicates if this entry is internal isPayGo: type: boolean description: True if this address is the BitGo PayGo wallet + isReward: + type: boolean + description: Indicates if this entry is a reward + memo: + type: string + description: Memo associated with this entry + nftId: + type: string + description: NFT ID associated with this entry nftSymbol: type: string + rewardAddress: + type: string + description: Reward address associated with this entry + subtype: + type: string + description: Subtype of this entry token: type: string description: If this is a token entry, the token's symbol example: omg + tokenContractHash: + type: string + description: Token contract hash associated with this entry type: type: string enum: @@ -51769,6 +51852,7 @@ components: - freezePendingApproval - unfreezePendingApproval - trustToSingaporeUpgrade + - updateWalletApprovalsRequired responses: BadRequest: description: Bad Request