---
title: "Withdraw (Stable Coins)"
method: POST
path: "/payments/withdraw/address"
tags: ["Withdrawals"]
---

# Withdraw (Stable Coins)

`POST /payments/withdraw/address`

Initiate withdrawal to an external stable coin wallet address

## Request body

- object
  - `amount` number
  - `pin` string — PIN set on your dashboard.
  - `walletAddress` string
  - `token` string — Token to withdraw. Supported values: USDT, USDC.
  - `network` string — Blockchain network for the withdrawal. Supported: ERC20, TRC20, BSC, SOL, TON. USDC is not supported on TON.
  - `externalId` string — Your unique reference for this withdrawal. Can be used to retrieve the withdrawal later.

## Response `200`

Stablecoin withdrawal initiated successfully

## Other responses

- `400` — Invalid request parameters
- `401` — Invalid or missing API credentials
- `403` — Withdrawal blocked by policy or restriction
- `404` — Wallet address not found
- `422` — Request validation failed — check the errors array for field-level details
- `429` — Too many requests — retry after the period indicated in the Retry-After header
- `500` — An unexpected server error occurred

---

[API](https://skmtc.net/breet/apis/breet-public-api.md) · [All operations](https://skmtc.net/breet/apis/breet-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breet/breet-public-api/revisions/5e7cf25847f7/schema)
