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
6 changes: 4 additions & 2 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15993,8 +15993,10 @@ paths:
post:
tags:
- Wallet
summary: Add wallet (advanced only)
summary: \[DEPRECATED\] Add wallet (advanced only)
description: |
>**Note:** This route is deprecated in favor of [Add Wallet](https://developers.bitgo.com/api/v2.wallet.add).

Add Wallet is for advanced API users. It lets you manually create and
specify keys. The recommended (and simpler) method is [Generate Wallet](https://developers.bitgo.com/api/express.wallet.generate)
with the SDK or BitGo Express. You can also create wallets in the BitGo UI.
Expand Down Expand Up @@ -39528,7 +39530,7 @@ components:
- onchain
- tss
- blsdkg
description: If absent, BitGo uses the default wallet type for the asset.
description: If absent, BitGo uses the default wallet type for the asset. For Solana wallets, this parameter is required and must be set to 'tss'.
type:
type: string
enum:
Expand Down