v1
latestOpenAPI 3.1.02026-07-26290137.0 KBPlace Bid
Place a bid on an auction.
post/trading/deposit/{deposit_id}/bid
Path parameters
deposit_idstring required
Deposit ID of the trade in question.
Request body
Response
200
Example response
{
"success": true,
"auction_data": {
"id": 28396506,
"app_id": 730,
"auction_highest_bid": 64,
"auction_highest_bidder": 303119,
"auction_number_of_bids": 11,
"auction_ends_at": 1638279554
},
"invoice": {
"user_id": 303119,
"status": 200,
"processor_id": 1,
"currency_id": 1,
"amount_coins": 64,
"metadata": {
"deposit_id": 28396506
},
"ip": "0.0.0.0",
"updated_at": 1638279494,
"created_at": 1638279490,
"id": 5190329,
"processor_ref": "15064711",
"status_name": "CREATED",
"processor_name": "Steam P2P",
"currency_code": "CSGOEMPIRE_COIN"
}
}