Skip to content

Commit 10dddbc

Browse files
Merge pull request #62 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 7a035b4 + f8ad78a commit 10dddbc

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

api.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22901,6 +22901,7 @@ paths:
2290122901
- freezePendingApproval
2290222902
- unfreezePendingApproval
2290322903
- trustToSingaporeUpgrade
22904+
- updateWalletApprovalsRequired
2290422905
- name: userId
2290522906
description: The user ID to filter by
2290622907
in: query
@@ -28258,6 +28259,7 @@ components:
2825828259
- triggerWebhookNotification
2825928260
- performLivenessVerification
2826028261
- recommendBackingWalletRouting
28262+
- getManualTrustReview
2826128263
TransactionRequestId:
2826228264
title: TransactionRequestId
2826328265
type: string
@@ -48369,6 +48371,33 @@ components:
4836948371
associatedNativeCoinAddress:
4837048372
type: string
4837148373
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
4837248401
required:
4837348402
- address
4837448403
description: An array of objects describing the change in address balances made as a result of this Transfer
@@ -49047,6 +49076,33 @@ components:
4904749076
associatedNativeCoinAddress:
4904849077
type: string
4904949078
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
4905049106
required:
4905149107
- address
4905249108
description: An array of objects describing the change in address balances made as a result of this Transfer
@@ -49539,21 +49595,48 @@ components:
4953949595
associatedNativeCoinAddress:
4954049596
type: string
4954149597
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
4954249601
failed:
4954349602
type: boolean
4954449603
description: True if this entry is failed
4954549604
isChange:
4954649605
type: boolean
4954749606
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
4954849613
isPayGo:
4954949614
type: boolean
4955049615
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
4955149625
nftSymbol:
4955249626
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
4955349633
token:
4955449634
type: string
4955549635
description: If this is a token entry, the token's symbol
4955649636
example: omg
49637+
tokenContractHash:
49638+
type: string
49639+
description: Token contract hash associated with this entry
4955749640
type:
4955849641
type: string
4955949642
enum:
@@ -51769,6 +51852,7 @@ components:
5176951852
- freezePendingApproval
5177051853
- unfreezePendingApproval
5177151854
- trustToSingaporeUpgrade
51855+
- updateWalletApprovalsRequired
5177251856
responses:
5177351857
BadRequest:
5177451858
description: Bad Request

0 commit comments

Comments
 (0)