---
title: "Whitelist Destination Address"
method: POST
path: "/wallets/whitelist-address"
---

# Whitelist Destination Address

`POST /wallets/whitelist-address`

Whitelist a destination address for a user

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required — The Id of the user who is sending this transaction
  - `address` string, required — A string of the destination. Must be a valid address on the network you want to whitelist for.
  - `currency` string, required — The currency you want this whitelisted address to receive.
  - `network` string, required — A network from the default networks specified in the "Moving Money Around" section
  - `label` string — An optional label to tag your address. Must be unique. A string upto 30 characters.

## Response `200`

200

- object
  - `id` string
  - `status` string
  - `address` string
  - `currency` string
  - `label` string
  - `network` object
    - `name` string
    - `network` string
  - `internal` boolean
  - `internalAccountId` string

---

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