v1

latestOpenAPI 3.1.02026-07-26290137.0 KB

Get Active Auctions

Returns an array of all auctions currently being bid on by this account.

get/trading/user/auctions

Response

200

successboolean

Example response

{
  "success": true,
  "active_auctions": [
    {
      "auction_ends_at": 1666083221,
      "auction_highest_bid": 227,
      "auction_highest_bidder": 303119,
      "auction_number_of_bids": 1,
      "icon_url": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXX7gNTPcUmqBwTTR7SQb37g5vWCwlxdFEC5uyncgZi0vGQJWwQudm0xtTexaD2ZOmClyVB5sL8h7mCHA",
      "is_commodity": true,
      "market_name": "Name Tag",
      "market_value": 227,
      "name_color": "D2D2D2",
      "price_is_unreliable": true,
      "published_at": "2022-10-18T08:51:02.803761Z",
      "id": 11204,
      "depositor_stats": {
        "delivery_rate_recent": 0.6,
        "delivery_rate_long": 0.7567567567567568,
        "delivery_time_minutes_recent": 7,
        "delivery_time_minutes_long": 7,
        "steam_level_min_range": 5,
        "steam_level_max_range": 10
      },
      "above_recommended_price": -5
    }
  ]
}