为任意 Steam 物品提供每日快照式价格历史——非常适合图表、投资组合追踪器和趋势分析。
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/history
/steam/api/items/history
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
Sales History API 暴露 Steam 为每件市场物品追踪的每日价格历史。用它在投资组合仪表盘上驱动蜡烛图,或检测价格趋势。
Daily snapshots. One row per day with the price observed at the snapshot time.
We keep at least 90 days of daily snapshots for every active item, often much more for popular items.
Yes — POST to /steam/api/items/history with a list of market_hash_names for batch retrieval.
One key, every Steam endpoint.