---
title: "Retrieve a customer's crypto address"
method: GET
path: "/v1/customers/{customerId}/crypto-addresses/{cryptoAddressId}"
tags: ["Customers"]
---

# Retrieve a customer's crypto address

`GET /v1/customers/{customerId}/crypto-addresses/{cryptoAddressId}`

Retrieve a customer's crypto address by ID and customer ID

## Path parameters

- `customerId` string, uuid, required
- `cryptoAddressId` string, uuid, required

## Response `200`

OK

- WhitelistCryptoAddress
  - `cryptoAddressId` string, uuid, required
  - `clientId` string, uuid, required
  - `customerId` string, uuid, required
  - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required
  - `currency` string, nullable, required
  - `network` string, required
  - `address` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `vaspId` string, uuid, nullable
  - `vaspName` string, nullable
  - `vaspWebsite` string, uri, nullable
  - `sourceWalletType` 'VASP' | 'SELF_HOSTED' | 'OTHER_VASP', required
  - `customerReference` string, nullable

---

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