---
title: "Get Linked External Wallet"
method: GET
path: "/2025-06-09/users/{userLocator}/linked-wallets/{address}"
tags: ["Users - Linked Wallets"]
---

# Get Linked External Wallet

`GET /2025-06-09/users/{userLocator}/linked-wallets/{address}`

Get a linked external wallet for a user by address.

**API scope required**: `users.read`

## Path parameters

- `userLocator` string, required
- `address` string, required

## Headers

- `X-API-KEY` string, required

## Response `200`

Linked wallet found

- LinkedWalletResponseDto
  - `address` string, required — The wallet address
  - `chain` 'solana' | 'sui' | 'aptos' | 'xion' | 'stellar' | 'arbitrum-sepolia' | 'arc-testnet' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'tempo-testnet' | 'robinhood-chain-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'tempo' | 'robinhood-chain', required — The blockchain chain
  - `type` 'external-wallet', required — The type of linked wallet
  - `ownership` union, required — Ownership verification status of the wallet
    - object — Ownership status for a wallet that has not yet been verified
      - `verified` false, required — Whether the wallet ownership has been verified
      - `verificationChallenge` string, required — The challenge message that must be signed to verify ownership
    - object — Ownership status for a verified wallet
      - `verified` true, required — Whether the wallet ownership has been verified

## Other responses

- `404` — External wallet not found for this user

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/versions/e2143d192130/schema)
