Signs unsigned transaction to move funds from fee address

post/api/v2/{coin}/admin/wallet/{walletId}/evmcrosschainrecovery/feeaddress/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 hexadecimal representation of the transaction
Min length: >= 1 characters
wrongChainCoin string required
The coin on the wrong chain
Min length: >= 1 characters
aokSignatures array[string]
The array of AOK signatures
broadcast boolean
Indicates if the transaction should be broadcast
isBitGoRecoveryFeeApplicable boolean
Indicates if the trasaction is a recovery fee deposit to bitgo fee address

200 Response

Array of
txid string required
The transaction ID
txHex string
The hexadecimal representation of the transaction
broadcastStatus string
The broadcast status of the transaction

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