---
title: "Get an external wallet"
method: GET
path: "/v2/users/{userId}/wallets/external/{externalWalletId}"
tags: ["Wallet"]
---

# Get an external wallet

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

Get an external wallet

## Path parameters

- `userId` string, required
- `externalWalletId` string, required

## Response `200`

Success

- 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

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[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)
