---
title: "Create Withdrawal"
method: POST
path: "/trading/deposit/{deposit_id}/withdraw"
---

# Create Withdrawal

`POST /trading/deposit/{deposit_id}/withdraw`

Withdraw item directly if the auction has expired without being won.

## Path parameters

- `deposit_id` integer, required

## Request body

- object
  - `coin_value` integer — The item price.

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `id` integer
    - `tradeoffer_id` integer

## Other responses

- `400` — 400

---

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