---
title: "Add withdrawal address"
method: POST
path: "/portfolio/withdrawal-addresses"
tags: ["Portfolio"]
---

# Add withdrawal address

`POST /portfolio/withdrawal-addresses`

Add an external withdrawal destination address. Only Privy-authenticated users can manage this list.

## Request body

- CreateWithdrawalAddressDto
  - `address` string, required — External withdrawal destination address. The API validates and stores the checksummed address.
  - `label` string — Optional label for operators and clients.

## Response `201`

Withdrawal address added

## Other responses

- `400` — Invalid destination address
- `401` — Unauthorized
- `403` — Privy authentication required

---

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