---
title: "Get Customer Wallets"
method: GET
path: "/v2/customers/{customer_id}/wallets"
tags: ["Customers"]
---

# Get Customer Wallets

`GET /v2/customers/{customer_id}/wallets`

Returns all crypto wallets linked to a customer across supported chains and tokens.

## Path parameters

- `customer_id` string, required

## Response `200`

Customer wallets retrieved successfully

- object
  - `data` CustomerWallet[]
    - `id` string, uuid — Unique wallet identifier.
    - `status` 'PENDING' | 'ACTIVE' | 'INACTIVE' — Wallet provisioning status. Wallets start PENDING and move to ACTIVE (or INACTIVE) asynchronously once the wallet address has been issued; creation is not synchronous.
    - `currency` string — Token held in this wallet.
    - `rail` string — Blockchain network for this wallet.
    - `address` string, nullable — On-chain wallet address. Null until the wallet is provisioned.
    - `balance` number — Current wallet balance.

## Other responses

- `401` — Authentication failed due to invalid credentials
- `404` — Resource not found

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/versions/6e69503ee7b8/schema)
