Helps to move funds from hop address

post/api/v2/{coin}/admin/recoverFromAddress

Moves native coins or tokens from Hop address. This is only supported for ethlike coins

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
    Min length: >= 1 characters

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

txid string required
Min length: >= 1 characters

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