Skip to main content
GET/v1/markets/buff163/latestDEVELOPER+

buff163 属性价格

仅 buff163 的饰品属性分桶价格:与 /v1/attribute-prices/latest 相同的磨损/渐变/图案/模板/变体区间,但限定为单一市场。响应封装携带单个 market: "buff163" 而非 markets[] 数组。Buff 的磨损区间是其自身的非等宽原生区间(见分桶构建方式)。可按 marketHashNamecanonicalItemId 限定,两者都省略则返回分页的全量快照。默认只含磨损分桶。时间序列见 buff163 历史。价格为整数美分。

属性价格的单市场切片:只含 buff163 的分桶,因此响应封装携带单个 market 字段而非 markets[] 数组。items[] 内部是同样的 AttributeItem / AttributeBucket 结构,每个分桶带 askCents / bidCents 与挂单数。

Buff 的磨损分桶是其自身的非等宽原生区间(不像 Steam / marketcsgo / csfloat / dmarket 是固定 0.01 宽度),所以请读每个分桶的 dimensions 获取精确边界,不要假设宽度。见属性与磨损分桶的构建方式。与跨市场接口一样,响应默认只含磨损分桶;传 attributes=float,fade,tag 获取渐变与图案/变体分桶,用 limit + cursor / nextCursor 分页。

当你只关心 buff163 时用它(它是磨损分桶最深的数据源)。要同样的分桶但覆盖所有市场,用 /v1/attribute-prices/latest;要 buff163 的时间序列,见 buff163 历史

Parameters

marketHashNamestringoptional
查询参数。用于限定分桶的精确 market_hash_name。可选。与 canonicalItemId 同时省略则返回分页的全量快照(不会 400)。
canonicalItemIdstringoptional
查询参数。用于限定分桶的规范饰品 id。可选。与 marketHashName 同时省略则返回分页的全量快照(不会 400)。
attributesstringoptional
查询参数。要包含的属性维度 CSV:float | fade | tag。默认仅 float;渐变 / tag 需显式开启,例如 attributes=float,fade,tag
limitintegeroptional
查询参数。返回分桶的最大数量,1 到 1000。默认 500。用 cursor / nextCursor 分页。
cursorstringoptional
查询参数。来自上一响应 nextCursor 的不透明分页游标。

Response fields

BuffLatestResponse仅 buff163 的饰品属性分桶价格。
bucketSchemaVersioninteger
分桶结构的 schema 版本。
marketstring
恒为 buff163
currencystring
恒为 USD
asOfstring (date-time)
快照时间。
每个饰品一条;分桶沿用 AttributeItem / AttributeBucket 结构。
nextCursorstringnullable
下一页的不透明游标;最后一页为 null。
sourceGapsstring[]
请求了但无覆盖的市场(buff163 单市场切片下为空)。

Response 200

{
  "bucketSchemaVersion": 1,
  "market": "buff163",
  "currency": "USD",
  "asOf": "2026-06-23T09:19:23.280Z",
  "items": [
    {
      "canonicalItemId": "cmlofa7dh08ww01yo9lrpej3e",
      "marketHashName": "★ Karambit | Doppler (Factory New) - Phase 2",
      "market": "buff163",
      "buckets": [
        {
          "bucketId": "buff163:cmlofa7dh08ww01yo9lrpej3e:tag:446954:float:0-0.01",
          "bucketKey": "tag:446954:float:0-0.01",
          "bucketType": "attribute",
          "attributeType": "tag",
          "attributeTypes": ["tag", "float"],
          "dimensions": {
            "variant": "Phase2",
            "float": { "min": 0, "max": 0.01, "minInclusive": true, "maxInclusive": false },
            "fade": null,
            "pattern": null,
            "paintSeed": null
          },
          "askCents": 197795,
          "bidCents": 179787,
          "askListingCount": 82,
          "bidOrderCount": null,
          "sourceUpdatedAt": "2026-06-23T09:10:00.000Z",
          "collectedAt": "2026-06-23T09:11:35.446Z"
        },
        {
          "bucketId": "buff163:cmlofa7dh08ww01yo9lrpej3e:tag:446954:float:0.01-0.02",
          "bucketKey": "tag:446954:float:0.01-0.02",
          "bucketType": "attribute",
          "attributeType": "tag",
          "attributeTypes": ["tag", "float"],
          "dimensions": {
            "variant": "Phase2",
            "float": { "min": 0.01, "max": 0.02, "minInclusive": true, "maxInclusive": false },
            "fade": null,
            "pattern": null,
            "paintSeed": null
          },
          "askCents": 189676,
          "bidCents": 179344,
          "askListingCount": 66,
          "bidOrderCount": null,
          "sourceUpdatedAt": "2026-06-23T09:10:00.000Z",
          "collectedAt": "2026-06-23T09:11:35.446Z"
        }
      ]
    }
  ],
  "nextCursor": null,
  "sourceGaps": []
}

Errors

400attributeslimitcursor 的值无效。(范围参数是可选的:同时省略 marketHashNamecanonicalItemId 会返回分页的全量快照,而不是 400。)
401缺少 Authorization 头、认证方案不支持,或密钥未知、未激活、已过期、已吊销。
403密钥有效,但订阅未激活/已过期,或套餐不含此接口。
429超出速率限制;见 Retry-After 与 X-RateLimit-* 响应头。配额按账号合并计算,所有密钥共享。
curl "https://pricing.skinpricer.com/v1/markets/buff163/latest" \
  -H "Authorization: ApiKey sk_live_•••••••••••"

Authenticated endpoint — call it with your API key from your own client (see the code sample).

Response headers
X-RateLimit-Limit: <per-minute, set by your plan>
X-RateLimit-Remaining: <remaining this minute>
X-RateLimit-Reset: <seconds to reset>
X-Request-ID: req_xxxxxxxxxxxxxxxx

使用与许可

API 及其数据的使用受我们的服务条款(英文)约束:不得转售或再分发数据,不得用于构建竞争性服务, 不得超出套餐的速率限制;在条款允许展示数据的场景下须注明数据来源为 SkinPricer。滥用行为可能被限流或封禁。