---
title: "Sell Now"
method: POST
path: "/trading/deposit/{deposit_id}/sell"
---

# Sell Now

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

Sell an item immediately once it has at least 1 bid. Only works for auction sales.

## Path parameters

- `deposit_id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `auction_data` object
    - `id` integer
    - `app_id` integer
    - `auction_highest_bid` integer
    - `auction_highest_bidder` integer
    - `auction_number_of_bids` integer
    - `auction_ends_at` 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)
