---
title: "Get crypto withdrawal address"
method: GET
path: "/wallet/address-book/{id}"
tags: ["Wallet"]
---

# Get crypto withdrawal address

`GET /wallet/address-book/{id}`

Returns a single saved crypto withdrawal address by ID.

Requires the **deposit** permission on the API key.

## Path parameters

- `id` string, required

## Response `200`

Address book entry returned successfully.

- CryptoWithdrawalAddress — A saved crypto withdrawal address from the address book.
  - `id` string — Unique address identifier. Pass as `address_book_id` when submitting a withdrawal.
  - `currency` string — Asset ticker.
  - `network` string
  - `address` string
  - `memo` string, nullable — Memo or destination tag. Null when not applicable.
  - `label` string, nullable — Human-readable label for this address.
  - `status` 'crypto_address_status_active' | 'crypto_address_status_inactive' | 'crypto_address_status_disabled' — Address status.
  - `created_at` integer
  - `updated_at` integer

## Other responses

- `400` — Invalid request parameters.
- `401` — Missing or invalid authentication headers.
- `403` — API key does not have permission for this action.
- `429` — Rate limit exceeded.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/altcointrader/apis/altcointrader-api.md) · [All operations](https://skmtc.dev/altcointrader/apis/altcointrader-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/altcointrader/altcointrader-api/revisions/fcbbd5bcd699/schema)
