Submit a recovery transaction from fee address

put/api/v2/{coin}/admin/wallet/{walletId}/recoverFromAddress

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

aokSignatures array[string] required
Array of AOK signatures
txHex string required
Hexadecimal representation of the transaction
Min length: >= 1 characters
value string required
The value of the transaction
Min length: >= 1 characters
address string required
The address to recover from
Min length: >= 1 characters
sweep boolean required
Indicates if the transaction is a sweep
amount string
The amount of the transaction
lowPriority boolean required
Indicates if the transaction is low priority
isEip1559 boolean
Indicates if the transaction follows EIP-1559
nonce number
The nonce of the transaction
fromAddress string
The address from which the transaction is sent
wrongChainCoin string
The coin on the wrong chain
type string
The type of recovery
Allowed values: hop evmCrossChain
skipCrossChainCheck boolean
Indicates if cross-chain checks should be skipped
unsupportedTokenContractAddress string
The address of the unsupported token contract
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