> ## Documentation Index
> Fetch the complete documentation index at: https://api.csboard.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 更新日志

> CSBoard API 的产品更新、新功能和修复。

<Update label="2026 年 6 月 30 日">
  ## 新功能

  **listings 和 prices 接口支持精确 `name` 过滤**

  您现在可以向 `/v1/listings` 和 `/v1/prices` 传递 `name` 查询参数，按精确的 `market_hash_name` 获取单个特定物品（不区分大小写）。与现有的 `search` 参数不同 —— 后者执行模糊词匹配，可能在重叠名称（例如 `Spectrum Case` 与 `Spectrum 2 Case`）上发生冲突 —— `name` 只返回您请求的物品。当同时提供两个参数时，`name` 优先生效。

  这样您就可以轻松获取单个物品的实时报价或最低价，而无需对响应做后续过滤。

  请参阅 [市场数据](/zh-Hans/guides/market-data)、[GET /v1/listings](/zh-Hans/api-reference/get-listings) 和 [GET /v1/prices](/zh-Hans/api-reference/get-prices)。
</Update>
