---
title: "POST /v1/api/social/{chain}/withdrawals/"
method: POST
path: "/v1/api/social/{chain}/withdrawals/"
tags: ["social"]
---

# POST /v1/api/social/{chain}/withdrawals/

`POST /v1/api/social/{chain}/withdrawals/`

## Request body

- SocialWithdrawalCreateIn
  - `data` SocialWithdrawalCreate, required
    - `socialType` 'discord' | 'twitter' | 'null', nullable
    - `mint` string, required
    - `streamId` string, required

## Response `200`

OK

- SocialWithdrawal
  - `socialType` 'discord' | 'twitter', required
  - `mint` string, required
  - `streamId` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `default` — Default error response

---

[API](https://skmtc.dev/streamflow/apis/my-api.md) · [All operations](https://skmtc.dev/streamflow/apis/my-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamflow/my-api/revisions/f2205e955030/schema)
