---
title: "List customer wallets"
method: GET
path: "/customers/{id}/wallets"
tags: ["Wallet"]
---

# List customer wallets

`GET /customers/{id}/wallets`

Lists the crypto wallets provisioned for a customer (one per asset/chain),
with cursor-based pagination. Returns an empty list if none have been
provisioned yet.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `startingAfter` string
- `search` string
- `q` string

## Response `200`

The request has succeeded.

- WalletList — A list of a customer's wallets.
  - `data` object
    - `walletAddresses` CustomerWallet[]
      - `id` string — Public TypeID, e.g. `txn_01h455vb4pex5vsknk084sn02q`; legacy UUID suffixes are accepted until non-v7 rows are retired.
      - `walletAddress` string — On-chain wallet address.
      - `currencySymbol` string — Display symbol of the currency.
      - `currencyName` string — Display name of the currency.
      - `assetId` string — Asset identifier.
      - `chain` string — Chain the wallet lives on.
      - `blockchainAsset` BlockchainAsset
        - `protocol` 'evm' | 'svm' | 'sui', required
        - `chainId` string, required
        - `tokenId` string, required
      - `balance` string — Current balance.
      - `createdAt` string, date-time — When the resource was created.

---

[API](https://skmtc.net/polygon-technology/apis/polygon-oms-public-api.md) · [All operations](https://skmtc.net/polygon-technology/apis/polygon-oms-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polygon-technology/polygon-oms-public-api/revisions/18fdaebf64e5/schema)
