---
title: "Update a withdrawal address"
method: PUT
path: "/api/v1/organization/withdrawal-addresses/{id}"
tags: ["Withdrawal Addresses"]
---

# Update a withdrawal address

`PUT /api/v1/organization/withdrawal-addresses/{id}`

Updates a withdrawal address

## Path parameters

- `id` string, required

## Request body

- UpdateWithdrawalAddressDto
  - `name` string, required — Withdrawal address name
  - `address` string, required — Withdrawal address

## Response `200`

- WithdrawalAddressDto
  - `id` string, required — Withdrawal address id
  - `name` string, required — Withdrawal address name
  - `address` string, required — Withdrawal address
  - `chainId` number, required — Withdrawal address chain id
  - `isDefault` boolean, required — Is default withdrawal address
  - `createdAt` string, date-time, required — Withdrawal address creation date
  - `updatedAt` string, date-time, required — Withdrawal address update date

## Other responses

- `500`

---

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