---
title: "Activate Passive Deposit Address"
method: POST
path: "/withdraw/crypto-deposit-address/activate"
tags: ["merchant"]
---

# Activate Passive Deposit Address

`POST /withdraw/crypto-deposit-address/activate`

Activate a passive deposit address so it accepts new payments. If a deposit
address already exists for this merchant + withdrawer + chain + token, that
address is re-activated and returned. Otherwise a new session is created
and its address is activated.

## Headers

- `x-coinflow-auth-user-id` string, required

## Request body

- CreateCryptoWithdrawBody
  - `account` string, required — The payout account token (e.g., bank account or debit card token)
  - `speed` 'asap' | 'same_day' | 'standard' | 'card' | 'iban' | 'pix' | 'eft' | 'venmo' | 'paypal' | 'wire' | 'interac' | 'swift', required
  - `chain` string, required — The supported chain name (e.g., "Ethereum", "Polygon", "Solana")
  - `token` string, required — The token symbol to deposit (e.g., "USDC")

## Response `200`

Ok

- PassiveDepositAddressStatusResponse
  - `depositAddress` string, required
  - `status` 'active' | 'paused', required

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/7eea51c8775d/schema)
