---
title: "Get external wallets for a user"
method: GET
path: "/v2/users/{userId}/wallets/external"
tags: ["Wallet"]
---

# Get external wallets for a user

`GET /v2/users/{userId}/wallets/external`

Get external wallets for a user

## Path parameters

- `userId` string, required

## Response `200`

Success

- ExternalWalletsObject
  - `count` integer
  - `externalWallets` ExternalWalletObject[]
    - `id` string, uuid
    - `userId` string, uuid
    - `chain` 'POLYGON' | 'SOLANA' | 'ETHEREUM' | 'BASE' | 'TRON'
    - `name` string
    - `address` string
    - `referenceId` string
    - `active` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable
  - `nextCursor` string — The `createdAt` timestamp of the last record in the current page. Pass this as `createdBefore` in the next request to retrieve the next page of results.

---

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