---
title: "Declare and screen a source wallet before revealing the deposit address"
method: POST
path: "/money/onchain/source_wallet_screens"
tags: ["money", "onchain", "business"]
---

# Declare and screen a source wallet before revealing the deposit address

`POST /money/onchain/source_wallet_screens`

## Request body

- CustodyDeclareSourceWalletScreenInput
  - `address` string, required
  - `chain` 'ethereum' | 'polygon' | 'arbitrum' | 'base' | 'solana' | 'stellar', required

## Response `200`

OK

- CustodyDeclareSourceWalletScreenOutput
  - `cleared` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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/fa1f46a0751c/schema)
