---
title: "Creates a USDC withdrawal transaction for a merchant using the Coinflow wallet"
method: POST
path: "/seller/usdc-withdraw"
tags: ["marketplace"]
---

# Creates a USDC withdrawal transaction for a merchant using the Coinflow wallet

`POST /seller/usdc-withdraw`

Creates a usdc withdrawal transaction for merchants using Coinflow wallet- so they can withdraw usdc from their wallet.

## Headers

- `Authorization` string, required

## Request body

- SellerUsdcWithdrawRequest
  - `destination` string, required
  - `amount` Cents, required
    - `cents` integer, required

## Response `200`

Ok

- SellerUsdcWithdrawResponse
  - `transaction` string, required

## Other responses

- `451` — Must Complete Additional Verification

---

[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/revisions/3f6a046fbb34/schema)
