Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22901,6 +22901,7 @@ paths:
- freezePendingApproval
- unfreezePendingApproval
- trustToSingaporeUpgrade
- updateWalletApprovalsRequired
- name: userId
description: The user ID to filter by
in: query
Expand Down Expand Up @@ -28258,6 +28259,7 @@ components:
- triggerWebhookNotification
- performLivenessVerification
- recommendBackingWalletRouting
- getManualTrustReview
TransactionRequestId:
title: TransactionRequestId
type: string
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -51769,6 +51852,7 @@ components:
- freezePendingApproval
- unfreezePendingApproval
- trustToSingaporeUpgrade
- updateWalletApprovalsRequired
responses:
BadRequest:
description: Bad Request
Expand Down