Advanced Wallets - Recover Assets

Recover assets from an advanced wallet with a balance only in the base address. Works for both multisignature and MPC recoveries.

Retrieves the private keys from KMS using the provided public keys or common keychain, then signs and returns the broadcastable transaction hex.

Note: This endpoint only works when AWM and MBE are running in recovery mode.

To recover assets from an advanced wallet with balances in multiple receive addresses, use Advanced Wallets - Consolidate and Recover Assets.

Use this endpoint only with advanced wallets. For other wallet types, use the Wallet Recovery Wizard.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
boolean

Set to true to perform a TSS (Threshold Signature Scheme) recovery.

tssRecoveryParams
object

Parameters specific to TSS recovery. Required when isTssRecovery is true.

multiSigRecoveryParams
object

Parameters specific to standard multisig recovery. Required when isTssRecovery is false (default).

string
required

The address where recovered funds will be sent. Must be a valid address for the coin being recovered.

string

API Key for a block chain explorer. Required for some coins (BTC, ETH) to build a recovery transaction without BitGo.

coinSpecificParams
object

Coin-specific recovery options. Different parameters are required based on the coin family: - For UTXO coins (BTC, etc): provide utxoRecoveryOptions. - For EVM chains (ETH, etc): provide evmRecoveryOptions. - For Solana: provide solanaRecoveryOptions.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Choose an example:
application/json