Get the fees required to perform a crosschain recovery

get/api/v2/{coin}/admin/wallet/{walletId}/evmcrosschainrecovery/feeestimate

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

Query Parameters

  • wrongChainCoinstringRequired
    The chain coin
    Min length: >= 1 characters
  • wrongChainAddressstringRequired
    The chain address
    Min length: >= 1 characters
  • gasPricestring
    The gas price
  • maxFeePerGasstring
  • maxPriorityFeePerGasstring
  • tokenContractAddressstring
    The Token Contract Address
  • includeBitGoFeesboolean
    Optional bool to indicate if the fee estimate should include BitGo fees

200 Response

totalBalanceRequired string required
The total balance required to deploy the address
feeForWalletDeployment string required
The fee required for the wallet deployment
feeForForwarderDeployment string required
The fee required for the forwarder deployment
bitGoFees string
The BitGo fees required for the recovery transaction

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