---
title: "Start slop bucket withdraw"
method: GET
path: "/token-distribution/slop-bucket/start/withdraw/{user}"
tags: ["Token Distribution"]
---

# Start slop bucket withdraw

`GET /token-distribution/slop-bucket/start/withdraw/{user}`

Start the slop bucket withdraw process for a user and get the withdraw transaction

## Path parameters

- `user` string, required

## Query parameters

- `amount` string, required
- `approval_required` boolean

## Response `200`

OK

- StartTransactionRequest
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `approval` ApprovalTransaction
    - `approvingAmount` string, required
    - `to` string, required
    - `transactionData` string, required
  - `gasPriceInGwei` number, double, nullable, required
  - `to` string, required
  - `transactionData` string, required
  - `value` string, required

## Other responses

- `default` — Error

---

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