Returns the txids of the recovery transactions

post/api/v2/{coin}/admin/wallet/{walletId}/evmcrosschainrecovery/tx/sign

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

txHex string required
The transaction hex
Min length: >= 1 characters
txid string required
The transaction id
Min length: >= 1 characters
wrongChainCoin string required
The wrong chain coin
Min length: >= 1 characters
wrongChainAddress string required
The wrong chain address
Min length: >= 1 characters
aokSignatures array[string]
amount string
Min length: >= 1 characters
nonce string
gasPrice string
The gas price
maxFeePerGas string
maxPriorityFeePerGas string
broadcast boolean
recoveryId string
The recovery ID for tracking purposes
Min length: >= 1 characters

200 Response

txids array[string] required
The returned transaction IDs
txHexs array[string]
The returned transaction hexes

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