/v1/pricing/:marketHashName/listings
Individual live listings for an item (price, float value, paint seed, stickers, StatTrak) with float-coverage metadata. Up to 2000 rows via limit, optionally filtered to specific markets via market. Source for the float-vs-price scatter.
Where the other endpoints aggregate, this returns the *individual* listings, each with its price, floatValue, paintSeed, stickers, and StatTrak flag. It's the source for float-vs-price analysis and condition-specific pricing.
Float isn't universal. Only markets that publish per-listing wear expose floatValue / paintSeed; others return null. floatCoverage tells you exactly which markets did and didn't (marketsWithFloat / marketsWithoutFloat), and floatSummary places the observed float against the item's possible wear range.
Use limit (1–2000, default 500) to control sample size and the market CSV to scope to specific venues.
Parameters
markets is an accepted alias).Response fields
limit).Nested and shared shapes link to the API Objects reference.
Response 200
{
"marketHashName": "Glock-18 | Water Elemental (Factory New)",
"canonicalItemId": "cmlofca920lka01yozajhixt3",
"totalListings": 831,
"sampledListings": 440,
"floatCoverage": {
"coverage": "partial",
"sampledListings": 440,
"listingsWithFloat": 436,
"marketsWithFloat": [
"avanmarket",
"marketcsgo",
"steamcommunity",
"whitemarket"
],
"marketsWithoutFloat": [
"buff163",
"csfloat",
"cstrade",
"dmarket",
"lis-skins",
"lootfarm",
"skindeck",
"skinport",
"swapgg",
"tradeit-store",
"tradeit-trade",
"waxpeer"
]
},
"floatSummary": {
"observed": 0.04849119,
"itemMin": 0,
"itemMax": 0.07,
"observedSource": {
"market": "avanmarket"
}
},
"listings": [
{
"listingId": "listing:3:2026012196248216436490249",
"market": "avanmarket",
"price": 7242,
"currency": "USD",
"floatValue": 0.0096316,
"paintSeed": null,
"stickers": [],
"isStatTrak": false,
"fetchedAt": "2026-06-23T10:09:37.606Z"
}
],
"calculatedAt": "2026-06-23T22:07:14.417Z"
}Errors
curl "https://pricing.skinpricer.com/v1/pricing/:marketHashName/listings" \
-H "Authorization: ApiKey sk_live_•••••••••••"