buff163 属性价格
仅 buff163 的饰品属性分桶价格:与 /v1/attribute-prices/latest 相同的磨损/渐变/图案/模板/变体区间,但限定为单一市场。响应封装携带单个 market: "buff163" 而非 markets[] 数组。Buff 的磨损区间是其自身的非等宽原生区间(见分桶构建方式)。可按 marketHashName 或 canonicalItemId 限定,两者都省略则返回分页的全量快照。默认只含磨损分桶。时间序列见 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
canonicalItemId 同时省略则返回分页的全量快照(不会 400)。marketHashName 同时省略则返回分页的全量快照(不会 400)。float | fade | tag。默认仅 float;渐变 / tag 需显式开启,例如 attributes=float,fade,tag。cursor / nextCursor 分页。nextCursor 的不透明分页游标。Response fields
buff163。USD。AttributeItem / AttributeBucket 结构。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
attributes、limit 或 cursor 的值无效。(范围参数是可选的:同时省略 marketHashName 与 canonicalItemId 会返回分页的全量快照,而不是 400。)Authorization 头、认证方案不支持,或密钥未知、未激活、已过期、已吊销。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).