Buff163 Attribute Prices
Buff163-only attribute bucket prices for an item: the same float/fade/pattern/seed/variant bands as /v1/attribute-prices/latest, but scoped to a single market. The envelope carries one market: "buff163" instead of a markets[] array. Scope by marketHashName or canonicalItemId. For the time series, see buff163 history. Prices are integer USD cents.
A market-scoped cut of attribute prices: only buff163's buckets, so the envelope carries a single market field instead of a markets[] array. Everything inside items[] is the same AttributeItem / AttributeBucket shape, with per-bucket askCents / bidCents and listing counts.
Reach for it when buff163 is the only venue you care about (it's the deepest float-bucket source). For the same buckets across every market, use /v1/attribute-prices/latest; for buff163's time series, see buff163 history.
Parameters
canonicalItemId.marketHashName.Response fields
buff163.USD.AttributeItem / AttributeBucket shape.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"
}
]
}
]
}Errors
marketHashName nor canonicalItemId supplied.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).