---
title: "Whitelist Destination Address"
method: POST
path: "/business/whitelist-address"
tags: ["wallets"]
---

# Whitelist Destination Address

`POST /business/whitelist-address`

Whitelist a destination address for a business

## Request body

- BusinessWhitelistAddressRequest
  - `businessId` string, uuid, required — Unique Id of the business for whom this wallet is being created
  - `address` string, required — The address to whitelist
  - `currency` 'BTC' | 'ETH' | 'USDT' | 'USDC' | 'BNB' | 'MATIC_POLYGON' | 'USDC_POLYGON', required — The currency of the address
  - `network` 'BTC' | 'ETH' | 'BSC' | 'POLYGON', required — The network of the address
  - `label` string, required — The label of the address

## Response `200`

success

- BusinessWhitelistAddressResponse
  - `id` string, required
  - `status` string, required
  - `address` string, required
  - `currency` string
  - `label` string
  - `network` object, required
    - `name` string

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `403` — Forbidden
- `500` — Unexpected server error.

---

[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)
