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

# Get a withdrawal address

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

Returns a withdrawal address

## Path parameters

- `id` string, required

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