---
title: "Process withdrawal"
method: POST
path: "/v1/api/events/withdrawal"
tags: ["events"]
---

# Process withdrawal

`POST /v1/api/events/withdrawal`

## Request body

- WithdrawalEventIn
  - `data` WithdrawalEvent, required
    - `transaction` string
    - `contractAddress` string

## Response `200`

OK

- GenericOut
  - `message` string

## Other responses

- `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)
