---
title: "Place Bid"
method: POST
path: "/trading/deposit/{deposit_id}/bid"
---

# Place Bid

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

Place a bid on an auction.

## Path parameters

- `deposit_id` string, required

## Request body

- object
  - `bid_value` integer, required — The amount of coincents to bid (100 coincents = 1 coin)

## 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
  - `invoice` object
    - `user_id` integer
    - `status` integer
    - `processor_id` integer
    - `currency_id` integer
    - `amount_coins` integer
    - `metadata` object
      - `deposit_id` integer
    - `ip` string
    - `updated_at` integer
    - `created_at` integer
    - `id` integer
    - `processor_ref` string
    - `status_name` string
    - `processor_name` string
    - `currency_code` string
    - `complete_at` unknown
    - `refunded_at` unknown

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