v1

latestOpenAPI 3.1.02026-07-26290137.0 KB

Sell Now

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

post/trading/deposit/{deposit_id}/sell

Path parameters

deposit_idinteger required

Deposit ID of the trade in question.

Response

200

successboolean

Example response

{
  "success": true,
  "auction_data": {
    "id": 28393316,
    "app_id": 730,
    "auction_highest_bid": 54,
    "auction_highest_bidder": 2700170,
    "auction_number_of_bids": 2,
    "auction_ends_at": 1638273900
  }
}