---
title: "Get withdrawal address"
method: GET
path: "/withdrawals/digital_asset_addresses/{id}"
tags: ["Withdrawals"]
---

# Get withdrawal address

`GET /withdrawals/digital_asset_addresses/{id}`

Retrieves a specific crypto withdrawal account associated with your participant or platform.

## Path parameters

- `id` string, required

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved crypto withdrawal account. including address, asset, and whitelist details.

- GetWithdrawalAccountById
  - `message` WithdrawalAddressesEntity
    - `withdrawal_account_id` number — The ID of the withdrawal account the address belongs to
    - `name` string — The nickname the address was given when it was created
    - `address` string — The blockchain address
    - `status` 'PENDING' | 'APPROVED' | 'REJECTED' | 'DELETED' — The approval status of the address
    - `asset` string — The asset code for the specific account, e.g. BTC
    - `limit` number — The limit applied to the account on a per-withdrawal basis
    - `last_update` number — Timestamp for when the withdrawal address last update
    - `submitted_address` string — This is the original value for an address submitted by you, that was converted into a newer format supported by zerohash - this will be null if no conversion is necessary
    - `account_group` string — The account group the request was made against, e.g. 00SCXM for the Seed Digital Commodities Market account group
    - `participant_code` string — The participant the request belongs to, e.g. ABCDEF

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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