---
title: "Create onchain whitelisted address (business)"
method: POST
path: "/money/accounts/whitelist"
tags: ["money", "accounts"]
---

# Create onchain whitelisted address (business)

`POST /money/accounts/whitelist`

Business-scoped creation of a user-defined USDC whitelisted external address.

## Headers

- `Idempotency-Key` string, required — Required client idempotency key; a duplicate submission with the same key is rejected with 409.

## Request body

- MoneyAccountsCreateWhitelistedExternalAddressInput
  - `address` string, required
  - `memo_id` string
  - `name` string, required
  - `payment_rail` 'onchain_ethereum' | 'onchain_stellar', required
  - `symbol` 'USDC' | 'XLM'

## Response `200`

OK

- MoneyAccountsCreateWhitelistedExternalAddressOutput
  - `account_id` string
  - `address` string
  - `memo_id` string
  - `name` string
  - `payment_rail` string
  - `status` 'enabled' | 'disabled'
  - `symbol` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/3feea260296c/schema)
