Skip to content

Commit b003369

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 5858278 commit b003369

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

api.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89630,6 +89630,7 @@ components:
8963089630
description: Whether the wallet needs to be initialized on the chain
8963189631
- $ref: '#/components/schemas/WalletCoinSpecificBtc'
8963289632
- $ref: '#/components/schemas/WalletCoinSpecificCosmos'
89633+
- $ref: '#/components/schemas/WalletCoinSpecificOfc'
8963389634
- $ref: '#/components/schemas/WalletCoinSpecificXlm'
8963489635
WalletCoinSpecificBtc:
8963589636
title: BTC
@@ -89661,6 +89662,26 @@ components:
8966189662
required:
8966289663
- rootAddress
8966389664
- lastMemoId
89665+
WalletCoinSpecificOfc:
89666+
title: OFC
89667+
type: object
89668+
description: Coin-specific data for OFC (Go Account) wallets.
89669+
properties:
89670+
needsKeyReshareAfterPasswordReset:
89671+
type: boolean
89672+
description: |
89673+
True if all users need to recover the user key. Set to true after a successful
89674+
password reset with support.
89675+
pendingSystemInitialization:
89676+
type: boolean
89677+
description: |
89678+
True if the wallet is still pending initialization. While true, users cannot
89679+
create addresses or initiate withdrawals.
89680+
userKeySigningRequired:
89681+
type: boolean
89682+
description: |
89683+
True if the wallet requires user signatures for all transactions and refuses BitGo
89684+
KMS signing. Defaults to true when not explicitly set. Only applicable for OFC wallets.
8966489685
WalletCoinSpecificXlm:
8966589686
title: XLM
8966689687
type: object

express-api.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7876,6 +7876,7 @@ components:
78767876
description: Whether the wallet needs to be initialized on the chain
78777877
- $ref: '#/components/schemas/WalletCoinSpecificBtc'
78787878
- $ref: '#/components/schemas/WalletCoinSpecificCosmos'
7879+
- $ref: '#/components/schemas/WalletCoinSpecificOfc'
78797880
- $ref: '#/components/schemas/WalletCoinSpecificXlm'
78807881
WalletCoinSpecificBtc:
78817882
title: BTC
@@ -7907,6 +7908,26 @@ components:
79077908
required:
79087909
- rootAddress
79097910
- lastMemoId
7911+
WalletCoinSpecificOfc:
7912+
title: OFC
7913+
type: object
7914+
description: Coin-specific data for OFC (Go Account) wallets.
7915+
properties:
7916+
needsKeyReshareAfterPasswordReset:
7917+
type: boolean
7918+
description: |
7919+
True if all users need to recover the user key. Set to true after a successful
7920+
password reset with support.
7921+
pendingSystemInitialization:
7922+
type: boolean
7923+
description: |
7924+
True if the wallet is still pending initialization. While true, users cannot
7925+
create addresses or initiate withdrawals.
7926+
userKeySigningRequired:
7927+
type: boolean
7928+
description: |
7929+
True if the wallet requires user signatures for all transactions and refuses BitGo
7930+
KMS signing. Defaults to true when not explicitly set. Only applicable for OFC wallets.
79107931
WalletCoinSpecificXlm:
79117932
title: XLM
79127933
type: object

0 commit comments

Comments
 (0)