Create an unsigned transaction to recover funds

post/api/v2/{coin}/admin/wallet/{walletId}/evmcrosschainrecovery/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 chain coin
Min length: >= 1 characters
wrongChainAddress string required
The chain address
Min length: >= 1 characters
destinationAddress string required
The destination address
Min length: >= 1 characters
amount string
The amount
Min length: >= 1 characters
nonce number
The nonce
tokenContractAddress string
Min length: >= 1 characters
maxFeePerGas number
maxPriorityFeePerGas number
gasPrice string
gasLimit string
recoveryId string required
Min length: >= 1 characters

200 Response

txHex string required
The transaction hex
txid string required
The transaction id
wrongChainCoin string required
The wrong chain coin
destinationAddress string required
The destination address
nonce number required
amount string required
The amount
recoveryId string required
tokenContractAddress string

400 Response

One of
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