---
title: "Get Address"
method: GET
path: "/v1/wallets/{walletId}/addresses/{addressId}"
tags: ["Addresses"]
---

# Get Address

`GET /v1/wallets/{walletId}/addresses/{addressId}`

This endpoint retrieves information about a specific address within a 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 / Show Private Key

- object
  - `data` 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
    - `configurations` object
      - `aml` object
        - `message` string
        - `provider` string
        - `status` string
      - `disableAutoSweep` boolean
      - `enableGaslessWithdraw` boolean
      - `showPrivateKey` boolean
    - `createdAt` string
    - `derivationPath` string
    - `id` string
    - `isActive` boolean
    - `metadata` unknown
    - `name` unknown
    - `network` string
    - `privateKey` string
    - `type` 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)
