priceCheckAll

Price-check everything you could sell.

A `priceCheck` per distinct item you hold. This is many market round trips — slow, and worth doing once rather than on a loop.

In Marketplace.

Request

POST /api/v1/sessions/{accountKey}/actions/priceCheckAll

Takes no arguments.

Response

One recorded reading per sellable item.

FieldTypeMeaning
items[]object[]The same shape `priceCheck` returns, one per item.

Example response

{
  "items": [
    { "tag": "AdventurerBoots", "rarity": "Legendary", "label": "Adventurer Boots",
      "lowest": 19500, "average": 24800, "highest": 31000,
      "unitLowest": 19500, "unitAverage": 24800, "unitHighest": 31000,
      "sample": 14, "checkedAt": 1755734412.44 },
    { "tag": "Longsword", "rarity": "Epic", "label": "Longsword",
      "lowest": 6200, "average": 8100, "highest": 11000,
      "unitLowest": 6200, "unitAverage": 8100, "unitHighest": 11000,
      "sample": 22, "checkedAt": 1755734418.02 }
  ]
}

Errors

CodeWhen
action_failedNo character is in the lobby.
plan_limitNot on the free plan.

See also

DarkerAPI is an independent project. It is not affiliated with, endorsed by or associated with IRONMACE Co., Ltd. or Valve Corporation. “Dark and Darker” and related marks belong to their respective owners.