Send funds to forwarder

post/api/v2/{coin}/wallet/{walletId}/fundforwarders

Send funds from a fee address to forwarder. Only supports account-based coins and tokens (like ETH).

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

forwarders array[object] required
forwarderAddress string required
Address of the forwarder to send funds to
amount string
Amount to send to the forwarder. If not given, defaults to sending an estimate of the amount needed for a fund recovery.

200 Response

failed array[object]
forwarderAddress string required
Failed forwarder address
errMsg string required
successTxIds array[object]
forwarderAddress string required
Successful forwarder address
txId string required
On-chain transaction ID

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