priceHistory
Every price reading recorded so far.
Reads the store rather than the market, so it costs no round trip. Readings persist across sessions — this is how a price is watched over days rather than within one connection.
In Marketplace.
Request
POST /api/v1/sessions/{accountKey}/actions/priceHistory
Takes no arguments.
Response
`{ items }` — the latest reading per item and rarity.
| Field | Type | Meaning |
|---|---|---|
items[].checkedAt | number | Unix seconds, so a stale reading can be told from a fresh one. |
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 }
]
}
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.