---
title: "Generate a deposit address"
method: POST
path: "/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}/addresses"
tags: ["Link Addresses"]
---

# Generate a deposit address

`POST /api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}/addresses`

Generates a new deposit address for the given Link account and asset.
If the venue does not support address generation, returns the existing
active deposit address.

## Path parameters

- `enterpriseId` string, required
- `accountId` string, required

## Headers

- `user-id` string, required

## Request body

- object — Generate deposit address request body
  - `genericAsset` string, required — Network-agnostic generic asset (e.g. "usdc", "btc"). Combined with `network` to identify a specific asset on a specific chain.
  - `network` string, required — Blockchain network the deposit address should belong to (e.g. "eth", "sol", "bitcoin"). Must be a network supported by the account's venue for the given `genericAsset`.

## Response `201`

Created

- V1PostAddressResponse
  - `id` string, required
  - `type` string, required
  - `status` string, required
  - `address` string, required
  - `asset` string, required
  - `network` string, required
  - `genericAsset` string, required
  - `tag` string
  - `createdDate` string, date-time, required
  - `modifiedDate` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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