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
"summary": "Build, sign, and send a consolidation transaction for an account-based asset all in 1 call.",
194
194
"description": "For account-based assets, consolidating the balances in the receive addresses to the base address maximizes the spendable balance of a wallet.",
"summary": "Sign a TxRequest and Broadcast it (MPC wallets only)",
827
827
"description": "This is usually needed after resolving a pending approval for a MPC wallet",
@@ -950,7 +950,7 @@
950
950
}
951
951
}
952
952
},
953
-
"/api/{coin}/wallet/generate": {
953
+
"/api/v1/{coin}/advancedwallet/generate": {
954
954
"post": {
955
955
"summary": "Generates a new advanced wallet.",
956
956
"description": "The wallet creation process involves several steps that happen automatically:\n1. User Keychain Creation: Creates the user keychain in the advanced wallet manager and encrypts it with the respective KMS.\n2. Backup Keychain Creation: Creates the backup keychain in the advanced wallet manager and encrypts it with the respective KMS.\n3. Keychain Upload: Uploads the user/backup public keys to BitGo.\n4. BitGo Key Creation: Creates the BitGo key on the BitGo service.\n5. Wallet Creation: Creates the wallet on BitGo with the 3 keys.",
@@ -1115,7 +1115,7 @@
1115
1115
}
1116
1116
}
1117
1117
},
1118
-
"/api/{coin}/wallet/recovery": {
1118
+
"/api/v1/{coin}/advancedwallet/recovery": {
1119
1119
"post": {
1120
1120
"summary": "Recover funds from an existing wallet using user and backup keys.",
1121
1121
"description": "This endpoint allows for both standard multisig and TSS wallet recovery.",
0 commit comments