---
title: "Create a withdrawal address"
method: POST
path: "/api/v1/organization/withdrawal-addresses"
tags: ["Withdrawal Addresses"]
---

# Create a withdrawal address

`POST /api/v1/organization/withdrawal-addresses`

Withdrawal Addresses are used to receive funds from the platform. You can create as many withdrawal addresses you want, but only one can be marked as default.

## Request body

- CreateWithdrawalAddressDto
  - `name` string, required — Withdrawal address name
  - `address` string, required — Withdrawal address
  - `chainId` number, required — Withdrawal address chain id

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