latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Wallet

Enable bridging for a wallet

Checks the wallet's native balance and requests gas-tank funding if needed. Returns 400 if the coin does not support the enableBridging feature. Returns 500 if a downstream service (indexer or gas-tank-service) fails.

post/api/v2/{coin}/wallet/{walletId}/enableBridging

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc

The coin identifier

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

The BitGo wallet ID

Request body

object required

No request body parameters required

Response

OK

status'funded' | 'funding_initiated' | 'funding_pending' | 'already_funded_insufficient' required

Current funding status

currentBalancestring required

Current native balance of the wallet's base address in base units

minimumRequiredstring required

Minimum native balance required for bridging in base units

fundingJobIdstring

Gas-tank-service funding job ID — present when status is funding_initiated or funding_pending

estimatedConfirmationSecondsnumber

Estimated seconds for the funding transaction to confirm

messagestring

Human-readable message, typically retry guidance or error explanation