You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+84Lines changed: 84 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22901,6 +22901,7 @@ paths:
22901
22901
- freezePendingApproval
22902
22902
- unfreezePendingApproval
22903
22903
- trustToSingaporeUpgrade
22904
+
- updateWalletApprovalsRequired
22904
22905
- name: userId
22905
22906
description: The user ID to filter by
22906
22907
in: query
@@ -28258,6 +28259,7 @@ components:
28258
28259
- triggerWebhookNotification
28259
28260
- performLivenessVerification
28260
28261
- recommendBackingWalletRouting
28262
+
- getManualTrustReview
28261
28263
TransactionRequestId:
28262
28264
title: TransactionRequestId
28263
28265
type: string
@@ -48369,6 +48371,33 @@ components:
48369
48371
associatedNativeCoinAddress:
48370
48372
type: string
48371
48373
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.
48374
+
isFee:
48375
+
type: boolean
48376
+
description: Indicates if this entry is a fee
48377
+
isInternal:
48378
+
type: boolean
48379
+
description: Indicates if this entry is internal
48380
+
memo:
48381
+
type: string
48382
+
description: Memo associated with this entry
48383
+
rewardAddress:
48384
+
type: string
48385
+
description: Reward address associated with this entry
48386
+
subtype:
48387
+
type: string
48388
+
description: Subtype of this entry
48389
+
backingFeeString:
48390
+
type: string
48391
+
description: Backing fee represented as a string
48392
+
nftId:
48393
+
type: string
48394
+
description: NFT ID associated with this entry
48395
+
tokenContractHash:
48396
+
type: string
48397
+
description: Token contract hash associated with this entry
48398
+
isReward:
48399
+
type: boolean
48400
+
description: Indicates if this entry is a reward
48372
48401
required:
48373
48402
- address
48374
48403
description: An array of objects describing the change in address balances made as a result of this Transfer
@@ -49047,6 +49076,33 @@ components:
49047
49076
associatedNativeCoinAddress:
49048
49077
type: string
49049
49078
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.
49079
+
isFee:
49080
+
type: boolean
49081
+
description: Indicates if this entry is a fee
49082
+
isInternal:
49083
+
type: boolean
49084
+
description: Indicates if this entry is internal
49085
+
memo:
49086
+
type: string
49087
+
description: Memo associated with this entry
49088
+
rewardAddress:
49089
+
type: string
49090
+
description: Reward address associated with this entry
49091
+
subtype:
49092
+
type: string
49093
+
description: Subtype of this entry
49094
+
backingFeeString:
49095
+
type: string
49096
+
description: Backing fee represented as a string
49097
+
nftId:
49098
+
type: string
49099
+
description: NFT ID associated with this entry
49100
+
tokenContractHash:
49101
+
type: string
49102
+
description: Token contract hash associated with this entry
49103
+
isReward:
49104
+
type: boolean
49105
+
description: Indicates if this entry is a reward
49050
49106
required:
49051
49107
- address
49052
49108
description: An array of objects describing the change in address balances made as a result of this Transfer
@@ -49539,21 +49595,48 @@ components:
49539
49595
associatedNativeCoinAddress:
49540
49596
type: string
49541
49597
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.
49598
+
backingFeeString:
49599
+
type: string
49600
+
description: Backing fee represented as a string
49542
49601
failed:
49543
49602
type: boolean
49544
49603
description: True if this entry is failed
49545
49604
isChange:
49546
49605
type: boolean
49547
49606
description: True if this address is a change address (only exists for UTXO coins) and if this is a "send" transfer
49607
+
isFee:
49608
+
type: boolean
49609
+
description: Indicates if this entry is a fee
49610
+
isInternal:
49611
+
type: boolean
49612
+
description: Indicates if this entry is internal
49548
49613
isPayGo:
49549
49614
type: boolean
49550
49615
description: True if this address is the BitGo PayGo wallet
49616
+
isReward:
49617
+
type: boolean
49618
+
description: Indicates if this entry is a reward
49619
+
memo:
49620
+
type: string
49621
+
description: Memo associated with this entry
49622
+
nftId:
49623
+
type: string
49624
+
description: NFT ID associated with this entry
49551
49625
nftSymbol:
49552
49626
type: string
49627
+
rewardAddress:
49628
+
type: string
49629
+
description: Reward address associated with this entry
49630
+
subtype:
49631
+
type: string
49632
+
description: Subtype of this entry
49553
49633
token:
49554
49634
type: string
49555
49635
description: If this is a token entry, the token's symbol
49556
49636
example: omg
49637
+
tokenContractHash:
49638
+
type: string
49639
+
description: Token contract hash associated with this entry
0 commit comments