---
title: "Forward tokens from address"
method: POST
path: "/api/v2/{coin}/wallet/{walletId}/address/{addressId}/tokenforward"
tags: ["Address"]
---

# Forward tokens from address

`POST /api/v2/{coin}/wallet/{walletId}/address/{addressId}/tokenforward`

This API call is to manually forward tokens from an ETH or CELO address

## Path parameters

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

## Request body

- object
  - `tokenName` string — Name of token that needs to be forwarded from the address
  - `forceFlush` boolean — Use forceFlush: true to flush the tokens from forwarder irrespective of the balance of the forwarders
  - `gasPrice` number — Explicit gas price to use when forwarding token from the forwarder contract (ETH and Celo only). If not given, defaults to the current estimated network gas price.
  - `eip1559` object — Specify eip1559 fee parameters in token forwarding transaction.
    - `maxFeePerGas` number, required
    - `maxPriorityFeePerGas` number, required

## Response `200`

OK

- DeployAddressAndForwardTokenResponse
  - `txId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[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)
