---
title: "Get Wallet"
method: GET
path: "/v1/wallets/{walletId}"
tags: ["Wallet"]
---

# Get Wallet

`GET /v1/wallets/{walletId}`

This endpoint retrieves the details of a specific wallet

### Query Parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| showPrivateKey | boolean | Optional | If `true`, the response will include the private key. If `false` or omitted, the private key is not computed. |

## Query parameters

- `showPrivateKey` string

## Response `200`

200

- object
  - `data` object
    - `address` string
    - `analytics` object
      - `currentBalance` number
      - `numberOfAssets` number
      - `unsweptBalance` number
    - `assets` object[]
      - `asset` object
        - `address` string
        - `blockchain` object
          - `createdAt` string
          - `derivationPath` string
          - `id` string
          - `isActive` boolean
          - `isEvmCompatible` boolean
          - `logoUrl` string
          - `name` string
          - `slug` string
          - `symbol` string
          - `tokenStandard` string
          - `updatedAt` string
        - `createdAt` string
        - `decimals` number
        - `id` string
        - `isActive` boolean
        - `logoUrl` string
        - `name` string
        - `network` string
        - `standard` string, nullable
        - `symbol` string
        - `updatedAt` string
      - `createdAt` string
      - `id` string
      - `isActive` boolean
      - `updatedAt` string
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `logoUrl` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string
      - `updatedAt` string
    - `createdAt` string
    - `derivationPath` string
    - `description` string
    - `id` string
    - `isActive` boolean
    - `name` string
    - `network` string
    - `status` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
