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 or token ticker symbol.
    Example: "btc"
  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$

Request Body

forwarders array[object]
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
Failed forwarder address.
errMsg string
successTxIds array[object]
forwarderAddress string
Successful forwarder address.
txId string
On-chain transaction ID.

400 Response

One of
error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code