---
title: "Deploy address"
method: POST
path: "/api/v2/{coin}/wallet/{walletId}/address/{addressId}/deployment"
tags: ["Address"]
---

# Deploy address

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

This API call is to manually deploy an ETH address

## Path parameters

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

## Request body

- object
  - `forceDeploy` boolean — Use forceDeploy: true to deploy the forwarder even if pendingDeployment flag is set as false
  - `gasPrice` number — Explicit gas price to use when deploying the forwarder contract (ETH only). If not given, defaults to the current estimated network gas price.
  - `eip1559` object — Specify eip1559 fee parameters in forwarder creation transactions.
    - `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)
