Create an unsigned transaction to recover funds from fee address

post/api/v2/{coin}/admin/wallet/{walletId}/recoverFromAddress/createUnsigned

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
    Min length: >= 1 characters
  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Request Body

address string required
The transaction address
Min length: >= 1 characters
sweep boolean required
Whether to sweep the wallet
amount string
The transaction amount
lowPriority boolean required
Whether the transaction is low priority
isEip1559 boolean
Whether the transaction is EIP1559
wrongChainCoin string
The wrong chain coin
nonce number
Nonce of the transaction
fromAddress string
The from address
type string
The recovery type
Allowed values: hop evmCrossChain
skipCrossChainCheck boolean
Whether to skip cross chain check for evm cross chain recovery
unsupportedTokenContractAddress string
isHopExport boolean
Whether the transaction is a hop export
isLegacyHop boolean
Whether the transaction is a legacy hop
isBitGoRecoveryFeeApplicable boolean
Whether the transaction is a deposit to bitgo fee address

200 Response

txHex string required
The transaction hex
value string required
The value

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id