---
title: "Whitelist address"
method: POST
path: "/v1/wallets/{walletId}/addresses/whitelist"
tags: ["Addresses"]
---

# Whitelist address

`POST /v1/wallets/{walletId}/addresses/whitelist`

This endpoint allows you to whitelist an external address to be monitored based on the wallet policies

### Body Parameters

| Key                     | Required | Type    | Description |
|-------------------------|----------|---------|-----------------------------------------------------------------------------|
| name                    | false    | string  | The name of the address.                                                    |
| address                 | true     | string  | The wallet address.                                                         |
| metadata                | false    | object  | Additional metadata for the address. This will be part of any transaction tied to this. |
| showPrivateKey          | false    | boolean | If you want the address private key to be part of the response.             |
| disableAutoSweep        | false    | boolean | Disable automatic sweeping of assets sent to the address into your master wallet. |
| enableGaslessWithdraw   | false    | boolean | Enable gasless transactions from this address.                               |
| privateKey              | false     | string  | The private key associated with the address. Required for executing actions securely. |

## Request body

- object
  - `address` string
  - `disableAutoSweep` string
  - `enableGaslessWithdraw` string
  - `metadata` string
  - `name` string
  - `privateKey` string
  - `showPrivateKey` string

## Response `200`

200

- 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` unknown
      - `updatedAt` string
    - `configurations` object
      - `aml` object
        - `message` string
        - `provider` string
        - `status` string
    - `createdAt` string
    - `derivationPath` unknown
    - `id` string
    - `isActive` boolean
    - `metadata` unknown
    - `name` string
    - `network` 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)
