Create an unsigned transaction to move funds from fee address

post/api/v2/{coin}/admin/wallet/{walletId}/evmcrosschainrecovery/feeaddress/tx/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}$
    Min length: >= 1 characters

Request Body

wrongChainCoin string required
The coin on the wrong chain
Min length: >= 1 characters
destinationAddress string
The destination address for the transaction
Min length: >= 1 characters
sweep boolean required
Indicates if the transaction is a sweep
amount string
The amount to be transacted
Min length: >= 1 characters
nonce string
The nonce for the transaction
gasPrice string
The gas price for the transaction
maxFeePerGas string
The maximum fee per gas unit
maxPriorityFeePerGas string
The maximum priority fee per gas unit
tokenContractAddress string
The address of the token contract
Min length: >= 1 characters
isBitGoRecoveryFeeApplicable boolean
Indicates if the trasaction is a recovery fee deposit to bitgo fee address

200 Response

txHex string required
The hexadecimal representation of the transaction
txid string required
The transaction ID
wrongChainCoin string required
The coin on the wrong chain
destinationAddress string required
The destination address for the transaction
nonce number required
The nonce for the transaction
amount string required
The amount to be transacted
sweep boolean required
Indicates if the transaction is a sweep
tokenContractAddress string
The address of the token contract

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