---
title: "Send funds to forwarder"
method: POST
path: "/api/v2/{coin}/wallet/{walletId}/fundforwarders"
tags: ["Wallet"]
---

# 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

- `coin` string, required — A cryptocurrency symbol or token ticker symbol
- `walletId` string, required

## Request body

- object
  - `forwarders` 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.

## Response `200`

OK

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

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
