---
title: "Get a specific WAAS wallet by walletId"
method: GET
path: "/environments/{environmentId}/waas/{walletId}"
tags: ["Waas"]
---

# Get a specific WAAS wallet by walletId

`GET /environments/{environmentId}/waas/{walletId}`

## Path parameters

- `environmentId` string, required
- `walletId` string, uuid, required

## Response `200`

WAAS wallet fetched successfully

- WaasWalletResponse
  - `wallet` WaasWallet, required
    - `accountAddress` string, required — The account address of the wallet
    - `chainName` 'EVM' | 'SVM' | 'SUI' | 'BTC' | 'TON', required
    - `walletId` string, required
    - `thresholdSignatureScheme` 'TWO_OF_TWO' | 'TWO_OF_THREE' | 'THREE_OF_FIVE', required
    - `derivationPath` string, required — The derivation path used for the wallet
    - `keyShares` WalletKeyShareInfo[]
      - `id` string, required
      - `backupLocation` string, required
      - `passwordEncrypted` boolean, required
      - `externalKeyShareId` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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