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
/** On-chain receive addresses to consolidate from (BuildConsolidationTransactionOptions) */
22
+
/** Optional: restrict the consolidation to the specified receive addresses. If not provided, will consolidate the funds from all receive addresses up to 500 addresses */
/** Private key for signing (from WalletSignBaseOptions) */
219
+
/** The un-encrypted user private key in string form. If the key is a JSON object it must be stringified. Required if `walletPassphrase` is not available or encrypted private key is not stored by BitGo */
* This endpoint consolidates account balances by moving funds from receive addresses
257
-
* to the root wallet address. This is useful for account-based coins where balances
258
-
* are spread across multiple addresses and need to be consolidated for spending.
259
-
*
260
-
* Supported coins: Algorand (algo), Solana (sol), Tezos (xtz), Tron (trx), Stellar (xlm), etc.
261
-
*
262
-
* The API may return partial success (status 202) if some consolidations succeed but others fail.
254
+
* Build, sign, and send a consolidation transaction for an account-based asset all in 1 call. For account-based assets, consolidating the balances in the receive addresses to the base address maximizes the spendable balance of a wallet.
0 commit comments